Skip to content
Merged
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
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:

permissions:
contents: write
id-token: write # Required for npm provenance and trusted publishing

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -66,7 +67,7 @@ jobs:

# Use the Trusted Publishing feature to publish the package
# https://docs.npmjs.com/trusted-publishers
- run: npm publish
- run: npm publish --provenance --access public

- name: Create GitHub Release
uses: softprops/action-gh-release@v2
Expand Down