Skip to content

Commit

Permalink
CI: fix releases
Browse files Browse the repository at this point in the history
  • Loading branch information
nixargh committed Sep 10, 2024
1 parent dacd7a5 commit b4cc7a8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,14 @@ jobs:
chmod -R 0777 ./bin
make build-all
- name: Upload binaries
uses: xresloader/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
file: "bin/*"
tags: true
draft: true
files: "bin/*"
body_path: CHANGELOG.md
make_latest: true
fail_on_unmatched_files: true

rolling-release-images:
if: ${{ ! startsWith(github.ref, 'refs/tags/') }}
Expand Down

0 comments on commit b4cc7a8

Please sign in to comment.