Skip to content

Commit

Permalink
fix: revert python-semantic-release branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Aug 27, 2023
1 parent f1378f0 commit 29c0502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
if: steps.release.outputs.released == 'true'

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

0 comments on commit 29c0502

Please sign in to comment.