Skip to content

Commit 5936243

Browse files
authored
ci(deps): update semantic-release to 24.2.3 (#944)
use configured semantic-release in circleci
1 parent 875b5dc commit 5936243

File tree

3 files changed

+181
-147
lines changed

3 files changed

+181
-147
lines changed

.circleci/config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,8 @@ jobs:
221221
node-version: '22.11.0'
222222
steps:
223223
- checkout
224-
- run: npx [email protected]
224+
- run: npm ci
225+
- run: npx semantic-release
225226

226227
workflows:
227228
win-build:

0 commit comments

Comments
 (0)