File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 76
76
env :
77
77
NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
78
78
- name : Publish beta to npm
79
- run : pnpm publish --no-git-checks --tag beta
79
+ run : pnpm do- publish --no-git-checks --tag beta
80
80
81
81
- uses : ad-m/github-push-action@master
82
82
with :
Original file line number Diff line number Diff line change 83
83
env :
84
84
NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
85
85
- name : Publish to npm
86
- run : pnpm publish --no-git-checks
86
+ run : pnpm do- publish --no-git-checks
87
87
88
88
- uses : ad-m/github-push-action@master
89
89
with :
Original file line number Diff line number Diff line change 18
18
"release" : " standard-version" ,
19
19
"verdaccio" : " rimraf verdaccio-storage && verdaccio -c verdaccio.yml" ,
20
20
"local-publish" : " pnpm -r run local-publish" ,
21
- "publish" : " pnpm -r publish"
21
+ "do- publish" : " pnpm -r publish"
22
22
},
23
23
"devDependencies" : {
24
24
"@commitlint/cli" : " 19.3.0" ,
You can’t perform that action at this time.
0 commit comments