Skip to content

Commit

Permalink
Push a release on CLI tag, not a draft release (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
wkalt authored Mar 3, 2022
1 parent 4d874d4 commit c3a441c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,4 +255,4 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: ./go/cli/mcap/bin/${{env.BINARY_NAME}}
draft: true
draft: false

0 comments on commit c3a441c

Please sign in to comment.