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 7643df5 commit 63e6ae0Copy full SHA for 63e6ae0
.github/workflows/graduate.yml
@@ -42,4 +42,6 @@ jobs:
42
git reset --hard
43
git config --global user.name ${{ secrets.GIT_USER }}
44
git config --global user.email ${{ secrets.GIT_EMAIL }}
45
- npm run graduate -- --yes --provenance
+ npm run graduate -- --yes
46
+ env:
47
+ NPM_CONFIG_PROVENANCE: true
scripts/default-registry.sh
@@ -1,4 +1,4 @@
1
2
#!/bin/bash
3
4
-yarn lerna publish --dist-tag=next --preid=beta --conventional-prerelease --yes --provenance
+NPM_CONFIG_PROVENANCE=true yarn lerna publish --dist-tag=next --preid=beta --conventional-prerelease --yes
0 commit comments