We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24fcccb commit da10e10Copy full SHA for da10e10
1 file changed
.github/workflows/publish-final-release.yml
@@ -34,7 +34,7 @@ jobs:
34
echo "You started it on '${{ steps.branch-name.outputs.current_branch }}'."
35
exit 1
36
fi
37
- echo "targetbranch=(echo ${{ steps.branch-name.outputs.current_branch }} | sed 's=^develop$=main=')" >> $GITHUB_OUTPUT
+ echo "targetbranch=(echo ${{ steps.branch-name.outputs.current_branch }} | sed 's=^main$=develop=')" >> $GITHUB_OUTPUT
38
- uses: actions/checkout@main
39
- name: Initialize mandatory git config
40
# @see https://github.community/t/how-do-i-get-gh-username-based-on-actions-events/17882
0 commit comments