Skip to content

Commit 18b5838

Browse files
feat: update semver, add CODEOWNERS (#299)
* Update ci.yml * chore: add CODEOWNERS --------- Co-authored-by: [email protected] <[email protected]>
1 parent 9e99b11 commit 18b5838

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/CODEOWNERS

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @olirice @J0

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ jobs:
5656
if: steps.release.outputs.released == 'true'
5757

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

0 commit comments

Comments
 (0)