Skip to content

Commit 57aa325

Browse files
committed
More cd.yml fixes.
Summary: Test Plan:
1 parent ef00fb7 commit 57aa325

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,9 @@ jobs:
114114
run: npm install -g npm@latest
115115

116116
- name: Publish to NPM
117-
run: npm publish
117+
env:
118+
NPM_CONFIG_PROVENANCE: true
119+
run: npm publish --provenance
118120

119121
- name: Update, Package and Push Helm chart to GHCR
120122
run: |

0 commit comments

Comments
 (0)