Skip to content

Commit fc062a7

Browse files
committed
Update publish.yml
1 parent a3e964f commit fc062a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
echo "version=$VERSION" >> $GITHUB_OUTPUT
5454
5555
- name: Publish to GitHub Packages
56-
run: pnpm publish
56+
run: pnpm publish --no-git-checks
5757
env:
5858
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5959

0 commit comments

Comments
 (0)