Skip to content

Commit 4bd5475

Browse files
authored
Merge pull request #85 from jotaijs/kj/fix-pnpm-publish
bug: fix pnpm publish
2 parents 84a68a8 + edaf3af commit 4bd5475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
- run: pnpm install --frozen-lockfile
2323
- run: pnpm test
2424
- run: pnpm run compile
25-
- run: pnpm publish
25+
- run: pnpm publish --no-git-checks
2626
env:
2727
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)