Skip to content

Commit

Permalink
chore: Update python semantic release version and naming
Browse files Browse the repository at this point in the history
Signed-off-by: Sietze van Buuren <[email protected]>
  • Loading branch information
swvanbuuren committed Nov 8, 2024
1 parent 5cc9249 commit fb72583
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Python Semantic Release
id: release
uses: python-semantic-release/python-semantic-release@master
uses: python-semantic-release/python-semantic-release@v9.12.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Publish package distributions to GitHub Releases
id: github-release
if: steps.release.outputs.released == 'true'
uses: python-semantic-release/upload-to-gh-release@main
uses: python-semantic-release/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ steps.release.outputs.tag }}

0 comments on commit fb72583

Please sign in to comment.