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 0a4092f commit b1437adCopy full SHA for b1437ad
.github/workflows/CI.yml
@@ -490,6 +490,7 @@ jobs:
490
# run: |
491
# npm config set //registry.npmjs.org/:_authToken=$NPM_TOKEN
492
# npm config set scope "@platformatic"
493
+ # npm config set provenance true
494
# npm publish --tag dev
495
# env:
496
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -499,7 +500,7 @@ jobs:
499
500
run: |
501
npm config set //registry.npmjs.org/:_authToken=$NPM_TOKEN
502
npm config set scope "@platformatic"
- # npm config set provenance true
503
+ npm config set provenance true
504
if git log -1 --pretty=%B | grep "^v\?[0-9]\+\.[0-9]\+\.[0-9]\+";
505
then
506
npm publish --access public
0 commit comments