mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
ci: publish edge release with provenance
This commit is contained in:
parent
607bfdcfef
commit
ec1503731b
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -185,6 +185,8 @@ jobs:
|
|||||||
TEST_PAYLOAD: ${{ matrix.payload }}
|
TEST_PAYLOAD: ${{ matrix.payload }}
|
||||||
|
|
||||||
build-release:
|
build-release:
|
||||||
|
permissions:
|
||||||
|
id-token: write
|
||||||
if: |
|
if: |
|
||||||
github.event_name == 'push' &&
|
github.event_name == 'push' &&
|
||||||
!contains(github.event.head_commit.message, '[skip-release]') &&
|
!contains(github.event.head_commit.message, '[skip-release]') &&
|
||||||
@ -226,3 +228,4 @@ jobs:
|
|||||||
run: ./scripts/release-edge.sh
|
run: ./scripts/release-edge.sh
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}
|
NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}
|
||||||
|
NPM_CONFIG_PROVENANCE: true
|
||||||
|
Loading…
Reference in New Issue
Block a user