Skip to content

Commit 0757e7b

Browse files
authored
Merge pull request #239 from Flux159/pr239
More cd.yml fixes.
2 parents 8a62e97 + 57aa325 commit 0757e7b

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)