Skip to content

Commit 3290a67

Browse files
authored
Update release.yml
1 parent fc82621 commit 3290a67

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
@@ -64,7 +64,7 @@ jobs:
6464
base: main
6565

6666
- name: Enable Pull Request Automerge
67-
if: steps.cpr.outputs.pull-request-operation == 'created'
67+
if: ${{ steps.cpr.outputs.pull-request-operation == 'created' }}
6868
run: gh pr merge "${{ steps.cpr.outputs.pull-request-number }}" --squash --auto
6969
env:
7070
GH_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)