Skip to content

Commit f69b022

Browse files
committed
💚 Fix CI.
1 parent 0f3f509 commit f69b022

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
env:
4040
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42-
run: npx semantic-release
42+
run: semantic-release

release.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ module.exports = {
102102
{
103103
prepareCmd:
104104
"poetry version ${nextRelease.version} && " +
105-
"npm version --no-git-tag-version ${nextRelease.version} && " +
106105
"poetry build",
107106
publishCmd: "poetry publish",
108107
},

0 commit comments

Comments
 (0)