File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Release
2+
3+ on :
4+ push :
5+ tags :
6+ - ' v*'
7+
8+ permissions :
9+ id-token : write
10+ contents : read
11+ packages : write
12+
13+ jobs :
14+ release :
15+ runs-on : ubuntu-latest
16+ steps :
17+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
18+
19+ - uses : pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb # v6.0.0
20+
21+ - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
22+ with :
23+ node-version : 24
24+ registry-url : https://registry.npmjs.org
25+
26+ - run : pnpm install
27+
28+ - run : pnpm publish --registry=https://registry.npmjs.org
29+
30+ - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
31+ with :
32+ node-version : 24
33+ registry-url : https://npm.pkg.github.com
34+
35+ - run : pnpm publish --registry=https://npm.pkg.github.com
36+ env :
37+ NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 11node_modules
22dist
3+ pnpm-lock.yaml
34
Original file line number Diff line number Diff line change 11package-lock = false
2+ git-checks = false
23
You can’t perform that action at this time.
0 commit comments