Skip to content

Commit be101a5

Browse files
committed
chore: disable git checks on pnpm publish
1 parent 339748c commit be101a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
5050
run: |
5151
npm version --no-git-tag-version '${{ steps.version.outputs.version }}'
52-
pnpm publish --access public
52+
pnpm publish --access public --no-git-checks
5353
5454
- name: Github Release
5555
if: startsWith(github.ref, 'refs/tags/v')

0 commit comments

Comments
 (0)