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.
1 parent b3c899f commit 220ead0Copy full SHA for 220ead0
.github/workflows/release.yml
@@ -3,6 +3,13 @@
3
branches:
4
- main
5
name: release
6
+# These are recommended by the semantic-release docs: https://github.com/semantic-release/npm#npm-provenance
7
+permissions:
8
+ contents: write # to be able to publish a GitHub release
9
+ issues: write # to be able to comment on released issues
10
+ pull-requests: write # to be able to comment on released pull requests
11
+ id-token: write # to enable use of OIDC for npm provenance
12
+
13
jobs:
14
release:
15
package.json
@@ -50,5 +50,8 @@
50
],
51
"@semantic-release/github"
52
]
53
+ },
54
+ "publishConfig": {
55
+ "provenance": true
56
}
57
0 commit comments