We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4acb27 commit 8f5c04cCopy full SHA for 8f5c04c
.github/workflows/npmpublish.yml
@@ -42,7 +42,7 @@ jobs:
42
node-version: 12
43
registry-url: https://registry.npmjs.org/
44
- name: set npm version according to tag
45
- run: npm version $(git describe --tag)
+ run: npm version --no-git-tag-version $(git describe --tag)
46
- run: npm publish
47
env:
48
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
@@ -58,7 +58,7 @@ jobs:
58
registry-url: https://npm.pkg.github.com/
59
scope: '@mathewmeconry'
60
61
62
63
64
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments