Skip to content

Commit aa58003

Browse files
committed
Update final RELEASE_VERSION
1 parent 4c1cea7 commit aa58003

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ runs:
4141
exit 1
4242
fi
4343
RELEASE_VERSION="${{ github.ref_name }}"
44+
RELEASE_VERSION="${RELEASE_VERSION#v}"
4445
if [ "${TOML_VERSION}" != "${RELEASE_VERSION}" ]; then
4546
echo "::error::Version mismatch: plugin.toml has '${TOML_VERSION}' but release tag is '${RELEASE_VERSION}'"
4647
exit 1

0 commit comments

Comments
 (0)