File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99name : Release
1010
1111permissions :
12- id-token : write # Required for Sigstore OIDC signing, AWS OIDC (Windows signing), and npm trusted publishing
12+ id-token : write # Required for Sigstore OIDC signing and AWS OIDC (Windows signing)
1313 contents : write # Required for creating releases and by actions/checkout
1414 actions : read # May be needed for some workflows
1515 pull-requests : write # Required for npm publish workflow
@@ -152,16 +152,3 @@ jobs:
152152 allowUpdates : true
153153 omitBody : true
154154 omitPrereleaseDuringUpdate : true
155-
156- # ------------------------------------
157- # 8) Publish npm packages
158- # ------------------------------------
159- publish-npm :
160- needs : [release]
161- uses : ./.github/workflows/publish-npm.yml
162- with :
163- release-tag : ${{ github.ref_name }}
164- permissions :
165- contents : write
166- pull-requests : write
167- id-token : write
You can’t perform that action at this time.
0 commit comments