Skip to content

Commit

Permalink
fixed main instead of master for github-rflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tonylook committed Jan 14, 2024
1 parent 4b24989 commit 23e62ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/github-rflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
git config user.email "[email protected]"
git config user.name "rflow"
git fetch --unshallow
git checkout master
git checkout main
- name: Release branch version update
run: python scripts/version_management.py release ${{ github.ref }}
Expand Down

0 comments on commit 23e62ed

Please sign in to comment.