We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba06137 commit 027e686Copy full SHA for 027e686
1 file changed
.github/workflows/publish-node.yml
@@ -2,9 +2,6 @@ name: Publish (Node.js)
2
3
on:
4
workflow_call:
5
- secrets:
6
- NPM_TOKEN:
7
- required: true
8
9
permissions:
10
contents: write
@@ -27,8 +24,6 @@ jobs:
27
24
- run: pnpm run build
28
25
- run: pnpm test
29
26
- run: pnpm publish --no-git-checks --access public
30
- env:
31
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
32
33
- name: Create GitHub Release
34
run: gh release view "$GITHUB_REF_NAME" || gh release create "$GITHUB_REF_NAME" --generate-notes
0 commit comments