Skip to content

Commit 7d28870

Browse files
authored
Update release.yml
1 parent c95142c commit 7d28870

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,14 +113,14 @@ jobs:
113113
echo "CAN_MERGE=true" >> $GITHUB_ENV
114114
115115
- name: ⏩ Merge stable with main, push main
116-
if: ${{ env.CAN_MERGE == "true" }}
116+
if: env.CAN_MERGE == "true"
117117
run: |
118118
git merge --abort
119119
git merge -S stable
120120
git push origin main
121121
122122
- name: ⏭ Create pull request from stable to main
123-
if: ${{ env.CAN_MERGE != "true" }}
123+
if: env.CAN_MERGE != "true"
124124
uses: thomaseizinger/[email protected]
125125
env:
126126
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)