Fix npm release script (#1713)

* Fix npm release script

* Create 1713.misc
pull/1717/head
Michael Telatynski 5 months ago committed by GitHub
parent 9a5cacda90
commit 650e691a22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

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