Fix npm release script

This commit is contained in:
Michael Telatynski 2024-01-17 09:45:36 +00:00 committed by GitHub
parent 9a5cacda90
commit 0c9c2ef034
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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