File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Release
33on :
44 push :
55 tags :
6- - " v* "
6+ - ' v* '
77
88jobs :
99 release :
@@ -12,19 +12,19 @@ jobs:
1212 contents : write
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v6
1616 with :
1717 fetch-depth : 0
1818
1919 - name : Install pnpm
20- uses : pnpm/action-setup@v2
20+ uses : pnpm/action-setup@v5
2121
2222 - name : Set node
23- uses : actions/setup-node@v3
23+ uses : actions/setup-node@v6
2424 with :
2525 node-version : lts/*
2626 cache : pnpm
27- registry-url : " https://registry.npmjs.org"
27+ registry-url : ' https://registry.npmjs.org'
2828
2929 - run : npx githublogen
3030 env :
4141 env :
4242 NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
4343 NPM_CONFIG_PROVENANCE : true
44-
45- - name : Sync Npmmirror
46- run : npx syncmirror
You can’t perform that action at this time.
0 commit comments