Fix npm release script (#1713)
* Fix npm release script * Create 1713.misc
This commit is contained in:
parent
9a5cacda90
commit
650e691a22
2 changed files with 2 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
run: "yarn install --frozen-lockfile"
|
||||
|
||||
- name: 🎖 Bump package.json version
|
||||
run: "yarn version $VERSION"
|
||||
run: "yarn version --new-version $VERSION"
|
||||
env:
|
||||
VERSION: ${{ github.event.release.tag_name }}.0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue