Fix npm release script (#1713)

* Fix npm release script

* Create 1713.misc
This commit is contained in:
Michael Telatynski 2024-01-17 17:16:28 +00:00 committed by GitHub
parent 9a5cacda90
commit 650e691a22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

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

View file

@ -0,0 +1 @@
Fix npm release script for `@matrix-org/spec`.