Skip to content

Commit

Permalink
chore: add no git checks to publish-preview.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinHerber committed Nov 3, 2023
1 parent d13c943 commit 4217bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: pnpm i

- name: Run publish
run: pnpm publish
run: pnpm publish --no-git-checks

- name: Commit changes
run: |
Expand Down

0 comments on commit 4217bb3

Please sign in to comment.