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 f7a7218 commit d3602f5Copy full SHA for d3602f5
1 file changed
.github/workflows/publish.yml
@@ -56,6 +56,8 @@ jobs:
56
57
- name: Publish to npm
58
run: npx nx release publish --yes
59
+ env:
60
+ NPM_CONFIG_PROVENANCE: true
61
62
- name: Build Gemini extension archive
63
run: |
0 commit comments