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 76980fb commit 4464f21Copy full SHA for 4464f21
.github/workflows/publish.yml
@@ -30,5 +30,5 @@ jobs:
30
run: yarn build
31
- name: Release
32
run: yarn release
33
- env:
34
- NPM_CONFIG_PROVENANCE: true
+ - name: Publish to npm with OIDC
+ run: npm publish --provenance --access public
.releaserc.json
@@ -13,8 +13,7 @@
13
[
14
"@semantic-release/npm",
15
{
16
- "npmPublish": true,
17
- "pkgRoot": "."
+ "npmPublish": false
18
}
19
],
20
"@semantic-release/github",
0 commit comments