Skip to content

Commit 40fd0b4

Browse files
authored
chore: Set up Trusted Publishing (#51)
Docs: https://docs.npmjs.com/trusted-publishers
2 parents 7c5eaca + a51dc50 commit 40fd0b4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,4 @@ jobs:
2828
- run: npm version ${TAG_NAME} --git-tag-version=false
2929
env:
3030
TAG_NAME: ${{ github.event.release.tag_name }}
31-
- run: npm whoami; npm --ignore-scripts publish --provenance --access public
32-
env:
33-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
31+
- run: npm --ignore-scripts publish --provenance --access public

0 commit comments

Comments
 (0)