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 3949b0c commit f9a4000Copy full SHA for f9a4000
.github/workflows/deploy.yml
@@ -65,7 +65,7 @@ jobs:
65
66
- name: Publish npm Package
67
run: |
68
- npm version $PACKAGE_VERSION --allow-same-version
+ npm version $PACKAGE_VERSION --no-git-tag-version --allow-same-version
69
npm publish --access public
70
env:
71
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
0 commit comments