File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 35
35
NPM_AUTH_TOKEN : ${{ secrets.NPM_AUTH_TOKEN }}
36
36
- name : Publish
37
37
if : steps.check.outputs.changed == 'true' && contains(steps.check.outputs.version, 'beta')
38
- run : pnpm publish --tag beta
38
+ run : pnpm publish --tag beta --no-git-checks
Original file line number Diff line number Diff line change 35
35
NPM_AUTH_TOKEN : ${{ secrets.NPM_AUTH_TOKEN }}
36
36
- name : Publish
37
37
if : steps.check.outputs.changed == 'true'
38
- run : pnpm publish --tag lts
38
+ run : pnpm publish --tag lts --no-git-checks
Original file line number Diff line number Diff line change 37
37
NPM_AUTH_TOKEN : ${{ secrets.NPM_AUTH_TOKEN }}
38
38
- name : Publish
39
39
if : steps.check.outputs.changed == 'true'
40
- run : pnpm publish
40
+ run : pnpm publish --no-git-checks
41
41
- name : Generate Release
42
42
if : steps.check.outputs.changed == 'true'
43
43
run : |
You can’t perform that action at this time.
0 commit comments