We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6baaeee commit f0e9761Copy full SHA for f0e9761
1 file changed
.github/workflows/publish.yml
@@ -16,10 +16,9 @@ jobs:
16
cache: npm
17
- run: npm ci
18
- run: npm test
19
- - run: npm build
20
- run: npm version ${TAG_NAME} --git-tag-version=false
21
env:
22
TAG_NAME: ${{ github.event.release.tag_name }}
23
- - run: npm whoami; npm --ignore-scripts publish
+ - run: npm whoami; npm publish
24
25
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments