Skip to content

Commit e966c02

Browse files
committed
fix: pnpm publish --no-git-checks
1 parent 4f57785 commit e966c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/svelte-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ jobs:
4646
- name: Build
4747
run: pnpm run build
4848
- name: Publish to npm
49-
run: pnpm publish
49+
run: pnpm publish --no-git-checks
5050
env:
5151
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)