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 af47f93 commit 47c54cfCopy full SHA for 47c54cf
.github/workflows/release.yml
@@ -108,7 +108,7 @@ jobs:
108
- name: ☑ Check if merge of stable to main is possible
109
run: |
110
git checkout main
111
- git merge --no-commit --no-ff stable
+ echo "CAN_MERGE=$(git merge --no-commit --no-ff stable)" >> $GITHUB_ENV
112
113
- name: ⏩ Merge stable with main, push main
114
if: ${{ success() }}
0 commit comments