Skip to content

Commit

Permalink
update ci for release
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-taxiera committed Jul 12, 2024
1 parent 57b7904 commit b6d7411
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ jobs:
- name: Publish GitHub release
uses: softprops/action-gh-release@v2
with:
draft: true
make_latest: true
prerelease: ${{ startsWith( github.ref, 'refs/tags/rc' ) }}
files: "auto-myrient-*"
body_path: ${{ github.workspace }}/CHANGELOG.md
body: "Refer to CHANGELOG.md for details."

0 comments on commit b6d7411

Please sign in to comment.