File tree Expand file tree Collapse file tree 4 files changed +940
-1037
lines changed
packages/capacitor-plugin Expand file tree Collapse file tree 4 files changed +940
-1037
lines changed Original file line number Diff line number Diff line change 77 - name : Install Node.js
88 uses : actions/setup-node@v4
99 with :
10- node-version : 23
10+ node-version : 24 # semantic-release requires at least this version, or 22 LTS
11+ - name : Update npm # To ensure npm 11.5.1 or later is installed for Trusted publishing
12+ shell : bash
13+ run : npm install -g npm@latest
1114 - name : Install dependencies
1215 working-directory : ./packages/capacitor-plugin
1316 shell : bash
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ permissions:
1111 contents : write
1212 issues : write
1313 deployments : write
14- id-token : write # to enable use of OIDC for npm provenance
14+ id-token : write # to enable use of OIDC for npm provenance and trusted publishing
1515
1616jobs :
1717 setup :
4747 env :
4848 GITHUB_TOKEN : ${{ secrets.CAP_GH_RELEASE_TOKEN }}
4949 GH_TOKEN : ${{ secrets.CAP_GH_RELEASE_TOKEN }}
50- NPM_TOKEN : ${{ secrets.NPM_AUTH_TOKEN }}
5150 run : npx semantic-release
You can’t perform that action at this time.
0 commit comments