We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd6aa9e commit da0a6efCopy full SHA for da0a6ef
.github/workflows/release.yml
@@ -64,8 +64,8 @@ jobs:
64
git commit -am "Update stable version for documentation"
65
# Move the tag after inclusion of documentation adjustments
66
git tag -f ${{steps.metadata.outputs.current-version}}
67
- # Go back to main
68
- git checkout main
+ # Go back to base branch
+ git checkout ${{github.base_ref}}
69
70
- name: Push changes to ${{github.base_ref}}
71
uses: ad-m/[email protected]
0 commit comments