Skip to content

Commit ae90386

Browse files
committed
Remove npm publish from release for now (#8558)
1 parent 5c6fbc9 commit ae90386

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
name: Release
1010

1111
permissions:
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

0 commit comments

Comments
 (0)