We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e471de7 commit 2e1f293Copy full SHA for 2e1f293
.github/workflows/release.yaml
@@ -30,7 +30,7 @@ jobs:
30
env:
31
RELEASE_VERSION: ${{ steps.set_version.outputs.tag }}
32
run: |
33
- npm version $RELEASE_VERSION
+ npm version $RELEASE_VERSION --no-git-tag-version
34
- name: publish the npm package
35
uses: JS-DevTools/npm-publish@v2
36
with:
0 commit comments