Skip to content

Commit 29c0502

Browse files
fix: revert python-semantic-release branch to main
1 parent f1378f0 commit 29c0502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
if: steps.release.outputs.released == 'true'
6060

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

0 commit comments

Comments
 (0)