We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e99b11 commit 18b5838Copy full SHA for 18b5838
.github/CODEOWNERS
@@ -0,0 +1 @@
1
+* @olirice @J0
.github/workflows/ci.yml
@@ -56,6 +56,6 @@ jobs:
56
if: steps.release.outputs.released == 'true'
57
58
- name: Python Semantic Release
59
- uses: python-semantic-release/upload-to-gh-release@master
+ uses: python-semantic-release/upload-to-gh-release@main
60
with:
61
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments