Remove npm publish from release for now (#8558)
This commit is contained in:
@@ -9,7 +9,7 @@ on:
|
|||||||
name: Release
|
name: Release
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
id-token: write # Required for Sigstore OIDC signing, AWS OIDC (Windows signing), and npm trusted publishing
|
id-token: write # Required for Sigstore OIDC signing and AWS OIDC (Windows signing)
|
||||||
contents: write # Required for creating releases and by actions/checkout
|
contents: write # Required for creating releases and by actions/checkout
|
||||||
actions: read # May be needed for some workflows
|
actions: read # May be needed for some workflows
|
||||||
pull-requests: write # Required for npm publish workflow
|
pull-requests: write # Required for npm publish workflow
|
||||||
@@ -152,16 +152,3 @@ jobs:
|
|||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
omitBody: true
|
omitBody: true
|
||||||
omitPrereleaseDuringUpdate: true
|
omitPrereleaseDuringUpdate: true
|
||||||
|
|
||||||
# ------------------------------------
|
|
||||||
# 8) Publish npm packages
|
|
||||||
# ------------------------------------
|
|
||||||
publish-npm:
|
|
||||||
needs: [release]
|
|
||||||
uses: ./.github/workflows/publish-npm.yml
|
|
||||||
with:
|
|
||||||
release-tag: ${{ github.ref_name }}
|
|
||||||
permissions:
|
|
||||||
contents: write
|
|
||||||
pull-requests: write
|
|
||||||
id-token: write
|
|
||||||
|
|||||||
Reference in New Issue
Block a user