Skip to content

Commit 28f6056

Browse files
committedAug 21, 2024·
ci: fix publish flow
1 parent 63338c6 commit 28f6056

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
@@ -13,6 +13,6 @@ jobs:
1313
registry-url: 'https://registry.npmjs.org'
1414
- run: corepack enable
1515
- run: pnpm install --frozen-lockfile
16-
- run: pnpm run build && pnpm publish -r
16+
- run: pnpm run build && pnpm publish -r --no-git-checks
1717
env:
1818
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)
Please sign in to comment.