Skip to content

Commit b29aa8a

Browse files
committed
chore: use the version tag
1 parent 1abe602 commit b29aa8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717

1818
- name: Set release version
1919
run: |
20+
VERSION=${GITHUB_REF#refs/*/}
2021
jq --arg version "$VERSION" '.version = $version' package.json > tmp.json && mv tmp.json package.json
2122
2223
- name: Install npm dependencies

0 commit comments

Comments
 (0)