Skip to content

Commit

Permalink
Run build on eap branch
Browse files Browse the repository at this point in the history
  • Loading branch information
code-asher committed Oct 3, 2023
1 parent 632e840 commit c17930d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
branches:
- main
- eap
pull_request:

jobs:
Expand Down Expand Up @@ -155,7 +156,7 @@ jobs:
run: |
gh release create v${{ needs.build.outputs.version }} \
--draft \
--target main \
--target ${GITHUB_REF_NAME} \
--title "v${{ needs.build.outputs.version }}" \
--notes "$(cat << 'EOM'
${{ needs.build.outputs.changelog }}
Expand Down

0 comments on commit c17930d

Please sign in to comment.