We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c32f00 commit f62e690Copy full SHA for f62e690
1 file changed
.github/scripts/lib.js
@@ -1,7 +1,7 @@
1
// @ts-check
2
3
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]+)/;
+const VERSION_TAG_REGEX = /v?([0-9]+.[0-9]+.[0-9]+)/;
5
6
/**
7
* Get the latest published container version from GitHub. If the latest version is not the same
0 commit comments