Skip to content

Commit

Permalink
ci: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed Aug 18, 2023
1 parent 5c411cb commit 413ff50
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,17 @@ jobs:
fetch-depth: 0
token: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
- name: Create semantic release
id: semantic-release
uses: python-semantic-release/python-semantic-release@3c7db14e7c1898bd4c1e748b3fa20a2d5eef3abe # v8.0.7
with:
github_token: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
git_committer_name: github-actions[bot]
git_committer_email: 41898282+github-actions[bot]@users.noreply.github.com

# TODO: python-semantic-release/upload-to-gh-release
- name: Publish package distributions to GitHub Releases
id: github-release
if: steps.semantic-release.outputs.released == 'true'
uses: python-semantic-release/upload-to-gh-release@main
with:
github_token: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
tag: ${{ steps.release.outputs.tag }}

0 comments on commit 413ff50

Please sign in to comment.