Skip to content

Commit

Permalink
feat(ci): improve pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-stc committed Oct 3, 2024
1 parent 626abc6 commit b0ca109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
files: bin/thundering-herd-scheduler*
append_body: true
draft: ${{ contains(github.ref, "alpha") or contains(github.ref, "beta") }}
draft: ${{ contains(github.ref, "alpha") || contains(github.ref, "beta") }}
prerelease: ${{ contains(github.ref, "rc") }}
body: |
Build also available as docker image:
Expand Down

0 comments on commit b0ca109

Please sign in to comment.