Skip to content

Commit 40bfa47

Browse files
committed
fix: configure release-it for OIDC publishing
1 parent 68e1d96 commit 40bfa47

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020

2121
- run: npm install -g npm@latest
2222
- run: npm ci
23-
- run: npx release-it --ci
23+
- run: npx release-it --ci --no-git --npm.publish --npm.skipChecks
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@
5858
"release": true
5959
},
6060
"npm": {
61-
"skipChecks": true,
62-
"publishArgs": ["--provenance", "--access", "public"]
61+
"publish": false
6362
}
6463
}
6564
}

0 commit comments

Comments
 (0)