mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-28 22:51:03 -07:00
Explicitly mark stable releases as latest
https://cli.github.com/manual/gh_release_create
This commit is contained in:
@@ -87,6 +87,7 @@ jobs:
|
||||
run: |
|
||||
args=()
|
||||
[[ "$PRERELEASE" == "true" ]] && args+=(--prerelease)
|
||||
[[ "$PRERELEASE" == "false" ]] && args+=(--latest)
|
||||
|
||||
gh release create "$TAG_NAME" --verify-tag --draft "${args[@]}" \
|
||||
--target "$TARGET" \
|
||||
|
||||
Reference in New Issue
Block a user