Skip to content

Commit 6025f25

Browse files
committed
Fix publishing to npm
1 parent 3e970ed commit 6025f25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-typescript.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
VERSION=$(pnpm pkg get version | tr -d '"')
5454
SHORT_SHA=${GITHUB_SHA::8}
5555
pnpm version --no-git-tag-version "${VERSION}-${SHORT_SHA}"
56-
pnpm publish --access public --tag latest
56+
pnpm publish --no-git-checks --access public --tag latest
5757
env:
5858
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5959

0 commit comments

Comments
 (0)