Skip to content

Commit 4464f21

Browse files
committed
fix: actions
1 parent 76980fb commit 4464f21

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jobs:
3030
run: yarn build
3131
- name: Release
3232
run: yarn release
33-
env:
34-
NPM_CONFIG_PROVENANCE: true
33+
- name: Publish to npm with OIDC
34+
run: npm publish --provenance --access public

.releaserc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
[
1414
"@semantic-release/npm",
1515
{
16-
"npmPublish": true,
17-
"pkgRoot": "."
16+
"npmPublish": false
1817
}
1918
],
2019
"@semantic-release/github",

0 commit comments

Comments
 (0)