Skip to content

Commit feca2a4

Browse files
committed
fix: upgrade to semantic-release@25 for npm OIDC trusted publisher support
1 parent 0ab21e8 commit feca2a4

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919

2020
- uses: actions/setup-node@v4
2121
with:
22-
node-version: 20
22+
node-version: 22
2323
registry-url: https://registry.npmjs.org
2424

2525
- name: Release
26-
run: npx semantic-release
26+
run: npx semantic-release@25
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
NPM_CONFIG_PROVENANCE: true

.releaserc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"branches": ["main"],
3-
"verifyConditions": ["@semantic-release/github"],
43
"plugins": [
54
"@semantic-release/commit-analyzer",
65
"@semantic-release/release-notes-generator",

0 commit comments

Comments
 (0)