We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f3f509 commit f69b022Copy full SHA for f69b022
.github/workflows/publish.yml
@@ -39,4 +39,4 @@ jobs:
39
env:
40
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
41
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42
- run: npx semantic-release
+ run: semantic-release
release.config.js
@@ -102,7 +102,6 @@ module.exports = {
102
{
103
prepareCmd:
104
"poetry version ${nextRelease.version} && " +
105
- "npm version --no-git-tag-version ${nextRelease.version} && " +
106
"poetry build",
107
publishCmd: "poetry publish",
108
},
0 commit comments