File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 1414 node-version-file : .nvmrc
1515 registry-url : ' https://registry.npmjs.org'
1616
17- # Ensure npm 11.5.1 or later for trusted publishing
18- - name : Ensure latest npm
19- shell : bash
20- run : npm install -g npm@latest
21-
2217 - name : Cache
2318 uses : actions/cache@v5
2419 with :
Original file line number Diff line number Diff line change 1919 TURBO_TOKEN : ${{ secrets.TURBO_TOKEN }}
2020 TURBO_REMOTE_CACHE_SIGNATURE_KEY : ${{ secrets.TURBO_REMOTE_CACHE_SIGNATURE_KEY }}
2121
22- permissions :
23- contents : read
24- id-token : write
25-
2622jobs :
2723 release :
2824 permissions :
2925 contents : write
26+ id-token : write
3027 runs-on : ubuntu-latest
3128 name : release:${{ inputs.stable == true && 'stable' || 'snapshot' }}
3229 steps :
You can’t perform that action at this time.
0 commit comments