Skip to content

Commit 8d246e0

Browse files
authored
(chore) disable git checks in pnpm publish
1 parent 0125359 commit 8d246e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v3
10-
10+
1111
- uses: pnpm/action-setup@v2
1212
with:
1313
version: 7.30.3
@@ -21,6 +21,6 @@ jobs:
2121
- name: Install dependencies
2222
run: pnpm install --frozen-lockfile
2323

24-
- run: pnpm publish
24+
- run: pnpm publish --no-git-checks
2525
env:
2626
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)