Skip to content

Commit c8f07ac

Browse files
committedOct 3, 2023
Merge branch 'main' into eap
2 parents 7dc1cbf + c17930d commit c8f07ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
push:
88
branches:
99
- main
10+
- eap
1011
pull_request:
1112

1213
jobs:
@@ -155,7 +156,7 @@ jobs:
155156
run: |
156157
gh release create v${{ needs.build.outputs.version }} \
157158
--draft \
158-
--target main \
159+
--target ${GITHUB_REF_NAME} \
159160
--title "v${{ needs.build.outputs.version }}" \
160161
--notes "$(cat << 'EOM'
161162
${{ needs.build.outputs.changelog }}

0 commit comments

Comments
 (0)
Please sign in to comment.