We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 564bf1c commit a13175bCopy full SHA for a13175b
.github/workflows/release.yml
@@ -33,5 +33,5 @@ jobs:
33
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
34
- name: Push to GitHub
35
run: |
36
- export VERSION=$(node -pe "require('./package.json').version") &&
+ export VERSION=v$(node -pe "require('./package.json').version") &&
37
git add . && git commit -m "Release ${VERSION}" && git tag -m "" ${VERSION} && git push --follow-tags
0 commit comments