Skip to content

Commit 61fd539

Browse files
committed
Fix OIDC issue when publishing
1 parent 80c8383 commit 61fd539

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
"prop-types": "^15.8.1",
150150
"rimraf": "^6.0.1",
151151
"semantic-release": "^24.2.1",
152-
"semantic-release-pnpm": "^1.0.2",
152+
"@anolilab/semantic-release-pnpm": "^3.2.2",
153153
"sonar-scanner": "^3.1.0",
154154
"storybook": "^8.5.1",
155155
"storybook-addon-jsdoc-to-mdx": "^1.0.4",

release.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default {
1616
preset: 'conventionalcommits',
1717
},
1818
],
19-
'semantic-release-pnpm',
19+
'@anolilab/semantic-release-pnpm',
2020
'@semantic-release/github',
2121
],
2222
}

0 commit comments

Comments
 (0)