File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88jobs :
99 release :
10- runs-on : ubuntu-latest
10+ uses : sxzz/workflows/.github/workflows/release.yml@v1
11+ with :
12+ publish : true
1113 permissions :
12- id-token : write
1314 contents : write
14- steps :
15- - uses : actions/checkout@v5
16- with :
17- fetch-depth : 0
18- persist-credentials : false
19-
20- - name : Install pnpm
21- uses : pnpm/action-setup@v4.1.0
22-
23- - uses : actions/setup-node@v4
24- with :
25- cache : pnpm
26- node-version : lts/*
27- registry-url : https://registry.npmjs.org/
28-
29- - run : pnpx changelogithub
30- continue-on-error : true
31- env :
32- GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
33-
34- - name : Install dependencies
35- run : pnpm install
36-
37- - name : Update npm
38- run : npm install -g npm@latest
39-
40- - name : Publish to NPM
41- run : pnpm publish --no-git-checks
15+ id-token : write
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,3 +4,5 @@ packages:
44onlyBuiltDependencies :
55 - esbuild
66 - sharp
7+
8+ ignoreWorkspaceRootCheck : true
You can’t perform that action at this time.
0 commit comments