Fix `v` tag_name prefix sneaking into npm version

pull/1765/head
Michael Telatynski 2 months ago
parent bd122b35b0
commit cf29c40b43
No known key found for this signature in database
GPG Key ID: A2B008A5F49F5D0D

@ -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

Loading…
Cancel
Save