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 8edb9bf commit 7ce92dbCopy full SHA for 7ce92db
.github/workflows/publish.yml
@@ -18,12 +18,12 @@ jobs:
18
node-version: 18
19
registry-url: https://registry.npmjs.org/
20
cache: npm
21
- - run: npm install -g npm@latest
22
- run: npm ci
23
- run: npm test
24
- run: npm version ${TAG_NAME} --git-tag-version=false
25
env:
26
TAG_NAME: ${{ github.event.release.tag_name }}
+ - run: npm install -g npm
27
- run: npm whoami; npm --ignore-scripts publish --provenance --access public
28
29
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments