File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change 44name : NPM publish
55
66on :
7- release :
8- types : [created]
7+ release :
8+ types : [created]
99
1010jobs :
11- publish-npm :
12- runs-on : ubuntu-latest
13- steps :
14- - uses : actions/checkout@v4
15- - uses : actions/setup-node@v4
16- with :
17- node-version : 22
18- registry-url : https://registry.npmjs.org/
19- - run : npm install -g corepack@latest
20- - run : corepack enable
21- - run : pnpm install --frozen-lockfile
22- - run : pnpm -r publish
23- env :
24- NODE_AUTH_TOKEN : ${{secrets.npm_token}}
11+ publish-npm :
12+ runs-on : ubuntu-latest
13+ steps :
14+ - uses : actions/checkout@v4
15+ - uses : actions/setup-node@v4
16+ with :
17+ node-version : 22
18+ registry-url : https://registry.npmjs.org/
19+ - run : npm install -g corepack@latest
20+ - run : corepack enable
21+ - run : pnpm install --frozen-lockfile
22+ - run : pnpm -r publish
23+ env :
24+ NODE_AUTH_TOKEN : ${{secrets.npm_token}}
You can’t perform that action at this time.
0 commit comments