We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1279d9 commit a6e37caCopy full SHA for a6e37ca
entrypoint.sh
@@ -18,4 +18,4 @@ fi
18
echo "Publishing version $VERSION..."
19
cd /github/workspace/"${PACKAGE_PATH}"
20
21
-exec "$@" "--version=$VERSION"
+exec "$@" "--version=${VERSION/\//-}"
0 commit comments