mirror of
https://github.com/ValueCell-ai/ClawX.git
synced 2026-08-14 00:48:10 +00:00
feat(release): add make_latest flag to release workflow (#35)
This commit is contained in:
@@ -160,6 +160,7 @@ jobs:
|
||||
release-artifacts/**/latest*.yml
|
||||
draft: false
|
||||
prerelease: ${{ contains(github.ref, 'alpha') || contains(github.ref, 'beta') }}
|
||||
make_latest: ${{ !(contains(github.ref, 'alpha') || contains(github.ref, 'beta')) }}
|
||||
generate_release_notes: true
|
||||
body: |
|
||||
## 🚀 ClawX ${{ github.ref_name }}
|
||||
|
||||
Reference in New Issue
Block a user