Skip to content

Commit b1437ad

Browse files
authored
Re-enable provenance on npm publish (#29)
1 parent 0a4092f commit b1437ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,7 @@ jobs:
490490
# run: |
491491
# npm config set //registry.npmjs.org/:_authToken=$NPM_TOKEN
492492
# npm config set scope "@platformatic"
493+
# npm config set provenance true
493494
# npm publish --tag dev
494495
# env:
495496
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -499,7 +500,7 @@ jobs:
499500
run: |
500501
npm config set //registry.npmjs.org/:_authToken=$NPM_TOKEN
501502
npm config set scope "@platformatic"
502-
# npm config set provenance true
503+
npm config set provenance true
503504
if git log -1 --pretty=%B | grep "^v\?[0-9]\+\.[0-9]\+\.[0-9]\+";
504505
then
505506
npm publish --access public

0 commit comments

Comments
 (0)