We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c1cea7 commit aa58003Copy full SHA for aa58003
1 file changed
action.yml
@@ -41,6 +41,7 @@ runs:
41
exit 1
42
fi
43
RELEASE_VERSION="${{ github.ref_name }}"
44
+ RELEASE_VERSION="${RELEASE_VERSION#v}"
45
if [ "${TOML_VERSION}" != "${RELEASE_VERSION}" ]; then
46
echo "::error::Version mismatch: plugin.toml has '${TOML_VERSION}' but release tag is '${RELEASE_VERSION}'"
47
0 commit comments