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 1d2a6ac commit 7bef9fbCopy full SHA for 7bef9fb
.github/workflows/release.yml
@@ -45,8 +45,6 @@ jobs:
45
release:
46
runs-on: ubuntu-latest
47
needs: [test]
48
- env:
49
- NPM_CONFIG_PROVENANCE: true
50
steps:
51
- uses: actions/checkout@v3
52
with:
.npmrc
@@ -1,2 +1,3 @@
1
save-exact=true
2
auto-install-peers=true
3
+provenance=true
0 commit comments