File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,11 @@ permissions: {}
10
10
jobs :
11
11
release :
12
12
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' }}
14
14
permissions :
15
15
id-token : write
16
- contents : read
17
16
steps :
18
- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
17
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
19
18
- run : corepack enable
20
19
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
21
20
with :
33
32
run : pnpm changelogen --canary nightly --publish
34
33
env :
35
34
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
Original file line number Diff line number Diff line change 10
10
reproduire :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
13
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
14
14
- uses : Hebilicious/reproduire@4b686ae9cbb72dad60f001d278b6e3b2ce40a9ac # v0.0.9-mp
15
15
with :
16
16
label : needs reproduction
You can’t perform that action at this time.
0 commit comments