Skip to content

Commit cc957cf

Browse files
authored
fix(ci): add --no-git-checks flag to publish (#5)
see pnpm/pnpm#5894
1 parent 6399191 commit cc957cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
- name: Build
3232
run: pnpm build
3333

34-
- name: Publish
35-
run: pnpm publish
34+
- name: Publish 🚀
35+
run: pnpm publish --no-git-checks
3636
working-directory: dist
3737
env:
3838
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
@@ -64,8 +64,8 @@ jobs:
6464
- name: Build
6565
run: pnpm build
6666

67-
- name: Publish
68-
run: pnpm publish
67+
- name: Publish 🚀
68+
run: pnpm publish --no-git-checks
6969
working-directory: dist
7070
env:
7171
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)