Skip to content

Commit

Permalink
ci: set merge_back_from_main to true
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-buss committed Aug 3, 2024
1 parent 245bbf3 commit 0eaec40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-flow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
develop_branch: develop
main_branch: main
merge_back_from_main: false
merge_back_from_main: true
version: ${{ inputs.version }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0eaec40

Please sign in to comment.