Skip to content

Commit 914599f

Browse files
authored
Allow to git tag containing v as prefix
1 parent bb3a2dc commit 914599f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
else
4343
VERSION=${{ github.event.release.tag_name }}
4444
fi
45+
VERSION=${VERSION#v}
4546
echo "VERSION=$VERSION" >> $GITHUB_ENV
4647
4748
- name: Publish package

0 commit comments

Comments
 (0)