Skip to content
Merged
Changes from 1 commit
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
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
permissions:
contents: read
packages: write
Comment thread
bteng22 marked this conversation as resolved.
Outdated
id-token: write # for provenance and publish access
Comment thread
bteng22 marked this conversation as resolved.

jobs:
publish-npm:
Expand All @@ -22,6 +23,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 --provenance
Comment thread
bteng22 marked this conversation as resolved.
Outdated
Loading