Skip to content

Commit

Permalink
Disable git checks on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
djfarrelly committed Sep 25, 2024
1 parent 004aad1 commit 4db592a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
cwd: packages/workflow
title: 'Release @latest'
publish: pnpm publish --access public --provenance
publish: pnpm publish --access public --provenance --no-git-checks
env:
GITHUB_TOKEN: ${{ secrets.CHANGESET_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 4db592a

Please sign in to comment.