Skip to content

Commit 2bbb40f

Browse files
authored
Merge pull request #490 from jrjohnson/fix-publish
Skip Git Checks on Publish
2 parents 53fd9cc + d5737c0 commit 2bbb40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
registry-url: https://registry.npmjs.org/
1818
- run: pnpm install --ignore-scripts
1919
- name: publish
20-
run: pnpm publish
20+
run: pnpm publish --no-git-checks
2121
env:
2222
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)