Skip to content

Commit ce80ed2

Browse files
committed
chore: broken releases
1 parent 405f170 commit ce80ed2

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/release.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@ permissions: {}
1010
jobs:
1111
release:
1212
runs-on: ubuntu-latest
13-
if: ${{ false && github.repository_owner == 'nuxt' && github.event_name == 'push' }}
13+
if: ${{ github.repository_owner == 'nuxt' && github.event_name == 'push' }}
1414
permissions:
1515
id-token: write
16-
contents: read
1716
steps:
18-
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
17+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
1918
- run: corepack enable
2019
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
2120
with:
@@ -33,5 +32,4 @@ jobs:
3332
run: pnpm changelogen --canary nightly --publish
3433
env:
3534
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
36-
# TODO: re-enable when repo is made public
37-
NPM_CONFIG_PROVENANCE: false
35+
NPM_CONFIG_PROVENANCE: true

.github/workflows/reproduction.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
reproduire:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
13+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
1414
- uses: Hebilicious/reproduire@4b686ae9cbb72dad60f001d278b6e3b2ce40a9ac # v0.0.9-mp
1515
with:
1616
label: needs reproduction

0 commit comments

Comments
 (0)