Skip to content

Commit

Permalink
ci: use my fork for python-semantic-release
Browse files Browse the repository at this point in the history
The fork simply reintroduces python-semantic-release/python-semantic-release#692

Signed-off-by: Felix Kaechele <felix@kaechele.ca>
  • Loading branch information
kaechele committed May 1, 2024
1 parent 13d2e46 commit 3a8a271
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Python Semantic Release
id: release
# uses: python-semantic-release/python-semantic-release@v8.1.1
uses: zckv/python-semantic-release@switch_to_a_composite_action
uses: kaechele/python-semantic-release@composite-action
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -35,7 +35,7 @@ jobs:
if: steps.release.outputs.released == 'true'

- name: Publish package distributions to GitHub Releases
uses: python-semantic-release/upload-to-gh-release@main
uses: kaechele/upload-to-gh-release@composite-action
if: steps.release.outputs.released == 'true'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 3a8a271

Please sign in to comment.