File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 tags-ignore :
99 - " **"
1010
11+ permissions :
12+ id-token : write # Required for OIDC
13+ contents : read
14+
1115jobs :
1216 release :
1317 if : ${{ !contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, '[ci skip]') }}
1418 runs-on : ubuntu-latest
1519 steps :
16- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
1721
1822 - uses : asdf-vm/actions/install@v4
1923
2024 - run : deno task build
2125
22- - uses : actions/setup-node@v5
26+ - uses : actions/setup-node@v6
2327 with :
2428 node-version : " 24"
29+ registry-url : ' https://registry.npmjs.org'
30+ package-manager-cache : false # never use caching in release builds
2531
26- - uses : cycjimmy/semantic-release-action@v5
32+ - uses : cycjimmy/semantic-release-action@v6
2733 with :
2834 working_directory : npm
2935 env :
3036 GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
31- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments