Skip to content

Commit da10e10

Browse files
committed
fix target branch for changes done during publishing process
1 parent 24fcccb commit da10e10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-final-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
echo "You started it on '${{ steps.branch-name.outputs.current_branch }}'."
3535
exit 1
3636
fi
37-
echo "targetbranch=(echo ${{ steps.branch-name.outputs.current_branch }} | sed 's=^develop$=main=')" >> $GITHUB_OUTPUT
37+
echo "targetbranch=(echo ${{ steps.branch-name.outputs.current_branch }} | sed 's=^main$=develop=')" >> $GITHUB_OUTPUT
3838
- uses: actions/checkout@main
3939
- name: Initialize mandatory git config
4040
# @see https://github.community/t/how-do-i-get-gh-username-based-on-actions-events/17882

0 commit comments

Comments
 (0)