Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 3a00104

Browse files
committed
Fix semantic releaase workflow
1 parent 64a8ab2 commit 3a00104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ jobs:
5959
if: steps.release.outputs.released == 'true'
6060

6161
- name: Python Semantic Release
62-
uses: python-semantic-release/upload-to-gh-release@master
62+
uses: python-semantic-release/upload-to-gh-release@main
6363
with:
6464
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)