File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ permissions:
44 contents : write
55 issues : write
66 pull-requests : write
7- id-token : write
87
98on :
109 push :
5453
5554 release :
5655 needs : build
56+ permissions :
57+ contents : write
58+ id-token : write
5759 if : github.event_name == 'push' && github.ref == 'refs/heads/master'
5860 runs-on : ubuntu-latest
5961 timeout-minutes : 10
@@ -66,13 +68,11 @@ jobs:
6668 - name : Setup Node.js
6769 uses : actions/setup-node@v4
6870 with :
69- node-version : " 20.x"
70- registry-url : " https://registry.npmjs.org"
71- cache : ' npm'
71+ node-version : " lts/*"
7272 - name : Install dependencies
7373 run : npm ci --ignore-scripts
7474 - name : Semantic Release
7575 run : npx semantic-release
7676 env :
7777 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
78- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
78+ NPM_CONFIG_PROVENANCE : true
You can’t perform that action at this time.
0 commit comments