diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 45b6b34..09b1ece 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -81,8 +81,7 @@ jobs: path: ./dist - run: pip install python-semantic-release==9.6.0 twine==5.0.0 - run: | - semantic-release version --commit --tag --push - semantic-release publish + semantic-release version --commit --tag --push --vcs-release env: GH_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GH_TOKEN }} - run: twine upload --skip-existing --non-interactive dist/*