Skip to content

Commit 47c54cf

Browse files
authored
Update release.yml
1 parent af47f93 commit 47c54cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
- name: ☑ Check if merge of stable to main is possible
109109
run: |
110110
git checkout main
111-
git merge --no-commit --no-ff stable
111+
echo "CAN_MERGE=$(git merge --no-commit --no-ff stable)" >> $GITHUB_ENV
112112
113113
- name: ⏩ Merge stable with main, push main
114114
if: ${{ success() }}

0 commit comments

Comments
 (0)