Skip to content

Commit c17930d

Browse files
committed
Run build on eap branch
1 parent 632e840 commit c17930d

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)