We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6da606a commit 1d3fb8dCopy full SHA for 1d3fb8d
.github/workflows/default.yml
@@ -59,7 +59,7 @@ jobs:
59
git config user.name "GitHub Actions"
60
61
- name: Update release version
62
- run: npm version ${{ steps.release.outputs.shortVersion }}
+ run: npm version --no-git-tag-version ${{ steps.release.outputs.shortVersion }}
63
64
- name: Install dependencies
65
run: npm install
0 commit comments