Skip to content

Commit f62e690

Browse files
committed
ci: update
1 parent 1c32f00 commit f62e690

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/lib.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// @ts-check
22

33
const PACKAGE_NAMES = ['open-data-capture-api', 'open-data-capture-gateway', 'open-data-capture-web'];
4-
const VERSION_TAG_REGEX = /v([0-9]+.[0-9]+.[0-9]+)/;
4+
const VERSION_TAG_REGEX = /v?([0-9]+.[0-9]+.[0-9]+)/;
55

66
/**
77
* Get the latest published container version from GitHub. If the latest version is not the same

0 commit comments

Comments
 (0)