Skip to content

Commit 5869f2d

Browse files
committed
Add --no-git-checks to provenance workflow
1 parent bcfe50b commit 5869f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/provenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- run: npm install -g pnpm@latest
3232
- run: pnpm install
3333
- run: pnpm test
34-
- run: pnpm publish --provenance --tag latest --access public
34+
- run: pnpm publish --provenance --access public --no-git-checks
3535
env:
3636
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3737
SOCKET_CLI_DEBUG: ${{ inputs.debug }}

0 commit comments

Comments
 (0)