Skip to content

Commit 493a27c

Browse files
committed
--no-git-checks
Signed-off-by: Benji Visser <[email protected]>
1 parent 9a46349 commit 493a27c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
- name: Set version to release tag 📝
3333
run: pnpm version from-git --no-commit-hooks --no-git-tag-version --allow-same-version
3434

35-
- run: pnpm publish --provenance --access public
35+
- run: pnpm publish --provenance --no-git-checks --access public
3636
env:
3737
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)