We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1378f0 commit 29c0502Copy full SHA for 29c0502
.github/workflows/ci.yml
@@ -59,7 +59,7 @@ jobs:
59
if: steps.release.outputs.released == 'true'
60
61
- name: Publish package distributions to GitHub Releases
62
- uses: python-semantic-release/upload-to-gh-release@develop
+ uses: python-semantic-release/upload-to-gh-release@main
63
64
with:
65
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments