Skip to content

Commit 82ce624

Browse files
committed
ci: call multi-semantic-release direct
1 parent fe1f681 commit 82ce624

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4848
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4949
NPM_CONFIG_PROVENANCE: true
50-
run: pnpm release
50+
run: pnpm exec multi-semantic-release
5151

5252
- name: Remove node_modules
5353
run: |

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@
2424
"test:mutation": "stryker run",
2525
"webpack-loader": "webpack",
2626
"rollup-plugin": "rollup --config",
27-
"jest-transformer": "jest",
28-
"release": "multi-semantic-release",
29-
"release:dry-run": "multi-semantic-release --dry-run"
27+
"jest-transformer": "jest"
3028
},
3129
"dependencies": {
3230
"json-map-keys": "workspace:*",

0 commit comments

Comments
 (0)