Skip to content

Commit 8bfb993

Browse files
committed
--no-git-check for release, because it only has head and the tag
1 parent 9731ac9 commit 8bfb993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ jobs:
4848
- name: Build & publint
4949
run: pnpm run prepublishOnly
5050
- name: Publish
51-
run: pnpm -r publish --access public
51+
run: pnpm -r publish --access public --no-git-checks
5252
env:
5353
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)