Fix v tag_name prefix sneaking into npm version

This commit is contained in:
Michael Telatynski 2024-03-22 17:54:23 +00:00
parent bd122b35b0
commit cf29c40b43
No known key found for this signature in database
GPG key ID: A2B008A5F49F5D0D

View file

@ -27,7 +27,7 @@ jobs:
run: "yarn install --frozen-lockfile"
- name: 🎖 Bump package.json version
run: "yarn version --new-version $VERSION"
run: "yarn version --new-version ${VERSION#v}"
env:
VERSION: ${{ github.event.release.tag_name }}.0