Skip to content

Commit

Permalink
fix(ci): only set vx.y.z to latest release
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Su <[email protected]>
(cherry picked from commit 85856a7)
  • Loading branch information
derekbit authored and innobead committed Aug 15, 2024
1 parent 6207df5 commit ace2b9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
draft: true
files: |
bin/longhornctl*
checksum/longhornctl*
Expand Down

0 comments on commit ace2b9d

Please sign in to comment.