Skip to content

Commit a13175b

Browse files
committed
versioning
1 parent 564bf1c commit a13175b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3434
- name: Push to GitHub
3535
run: |
36-
export VERSION=$(node -pe "require('./package.json').version") &&
36+
export VERSION=v$(node -pe "require('./package.json').version") &&
3737
git add . && git commit -m "Release ${VERSION}" && git tag -m "" ${VERSION} && git push --follow-tags

0 commit comments

Comments
 (0)