We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eb70af commit a784cd4Copy full SHA for a784cd4
.github/workflows/release.yaml
@@ -43,4 +43,4 @@ jobs:
43
run: nix develop --command pnpm install --frozen-lockfile
44
45
- name: 🚀 Publish package
46
- run: nix develop --command pnpm publish --access public --no-git-checks
+ run: nix develop --command pnpm publish --provenance --no-git-checks --access public
0 commit comments