Skip to content

Commit

Permalink
Fix npm release script (#1713)
Browse files Browse the repository at this point in the history
* Fix npm release script

* Create 1713.misc
  • Loading branch information
t3chguy authored Jan 17, 2024
1 parent 9a5cacd commit 650e691
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions changelogs/internal/newsfragments/1713.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix npm release script for `@matrix-org/spec`.

0 comments on commit 650e691

Please sign in to comment.