Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

permissions:
contents: read
packages: write
id-token: write # for provenance and publish access
Comment thread
bteng22 marked this conversation as resolved.

jobs:
publish-npm:
Expand All @@ -22,6 +22,4 @@ jobs:
- run: npm version ${TAG_NAME} --git-tag-version=false --allow-same-version
env:
TAG_NAME: ${{ github.event.release.tag_name }}
- run: npm whoami; npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}
- run: npm publish --access public --provenance
Loading