mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 11:34:09 +01:00
Fix v tag_name prefix sneaking into npm version
This commit is contained in:
parent
bd122b35b0
commit
cf29c40b43
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 --new-version $VERSION"
|
||||
run: "yarn version --new-version ${VERSION#v}"
|
||||
env:
|
||||
VERSION: ${{ github.event.release.tag_name }}.0
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue