Skip to content

Commit 6d6d10c

Browse files
committed
chore: update the publish command to ignore git checks
1 parent f6cdf65 commit 6d6d10c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ jobs:
266266
- name: Publish main
267267
run: |
268268
echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
269-
pnpm publish "$TARBALL" --tag "$TAG"
269+
pnpm publish --no-git-checks "$TARBALL" --tag "$TAG"
270270
shell: bash
271271
env:
272272
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)