Skip to content

Commit a2bfbcf

Browse files
authored
ci: fix publish command (#71)
1 parent 9a9dc90 commit a2bfbcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
node-version: 16
1717
cache: 'pnpm'
1818
- run: pnpm install --frozen-lockfile
19-
- run: pnpm publish
19+
- run: pnpm publish --no-git-checks
2020
env:
2121
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)