Skip to content

Commit

Permalink
ci: perform vcs release with semantic version release
Browse files Browse the repository at this point in the history
Hopefully fixes the issues with the tag pipelines failing on the publish
command
  • Loading branch information
jfeodor committed Oct 30, 2024
1 parent 91270d5 commit a9456f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down

0 comments on commit a9456f2

Please sign in to comment.