We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52f798a commit 9649108Copy full SHA for 9649108
1 file changed
.github/workflows/provenance.yml
@@ -31,7 +31,7 @@ jobs:
31
registry-url: 'https://registry.npmjs.org'
32
cache: pnpm
33
scope: '@socketsecurity'
34
- - run: pnpm install --ci
+ - run: pnpm install --frozen-lockfile
35
- run: INLINED_SOCKET_CLI_PUBLISHED_BUILD=1 pnpm run build:dist
36
- run: pnpm publish --provenance --access public
37
env:
0 commit comments