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 a9a0e96 commit 1489b0bCopy full SHA for 1489b0b
.github/workflows/publish.yml
@@ -19,8 +19,6 @@ jobs:
19
cache: npm
20
- run: npm ci
21
- run: npm test
22
- env:
23
- TAG_NAME: ${{ github.event.release.tag_name }}
24
- run: npm whoami; npm publish
25
env:
26
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments