We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npm publish --provenance
1 parent 0e49d08 commit cac24b9Copy full SHA for cac24b9
.github/workflows/publish-release.yaml
@@ -10,6 +10,8 @@ jobs:
10
# Needed by googleapis/release-please-action@v4
11
contents: write
12
pull-requests: write
13
+ # Needed by `npm publish --provenance`
14
+ id-token: write
15
runs-on: ubuntu-latest
16
steps:
17
- name: 🍄 Bump package version, create GitHub release, and update changelog
0 commit comments