Skip to content

Commit

Permalink
ci(release): add version command to release action (#158)
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy MacDonald <[email protected]>
  • Loading branch information
tmac1973 authored Feb 12, 2024
1 parent fe69f04 commit be7d118
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
git config --global user.signingkey ${{ secrets.GPG_SIGNING_KEY }}
git config commit.gpgsign true
git config --global tag.gpgSign true
poetry run semantic-release version
poetry run semantic-release publish
env:
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit be7d118

Please sign in to comment.