Skip to content

Commit da0a6ef

Browse files
committed
Fix release workflow
1 parent cd6aa9e commit da0a6ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ jobs:
6464
git commit -am "Update stable version for documentation"
6565
# Move the tag after inclusion of documentation adjustments
6666
git tag -f ${{steps.metadata.outputs.current-version}}
67-
# Go back to main
68-
git checkout main
67+
# Go back to base branch
68+
git checkout ${{github.base_ref}}
6969
7070
- name: Push changes to ${{github.base_ref}}
7171
uses: ad-m/[email protected]

0 commit comments

Comments
 (0)