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.
2 parents 0e96937 + dd2b23c commit 99fadecCopy full SHA for 99fadec
2 files changed
.github/workflows/publish.yml
@@ -24,6 +24,4 @@ jobs:
24
- run: npm version ${TAG_NAME} --git-tag-version=false
25
env:
26
TAG_NAME: ${{ github.event.release.tag_name }}
27
- - run: npm whoami; npm --ignore-scripts publish --provenance
28
- env:
29
- NODE_AUTH_TOKEN: ${{secrets.npm_token}}
+ - run: npm --ignore-scripts publish --provenance
.github/workflows/release.yml
@@ -76,5 +76,4 @@ jobs:
76
run: npm run build --if-present
77
- name: Publish
78
run: npm publish --provenance --access public
79
80
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+
0 commit comments