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 8d9a53f commit 95fec9fCopy full SHA for 95fec9f
.github/workflows/testing.yml
@@ -21,7 +21,7 @@ jobs:
21
echo "Publishing $TAG_NAME"
22
npm version ${TAG_NAME} --git-tag-version=false
23
env:
24
- TAG_NAME: ${{github.event.release.tag_name}}
+ TAG_NAME: v1.0.0
25
- run: npm whoami; npm publish --access public
26
27
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments