Do PreRelease
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -212,6 +212,8 @@ jobs:
|
||||
tag_name: v${{ steps.debug_info.outputs.github_tag }}
|
||||
release_name: ALttPDoorRandomizer v${{ steps.debug_info.outputs.github_tag }}
|
||||
body: ${{ steps.release_notes.outputs.body }}
|
||||
draft: contains(${{ steps.debug_info.outputs.github_tag }},'p.') or contains(${{ steps.debug_info.outputs.github_tag }},'pre.')
|
||||
prerelease: contains(${{ steps.debug_info.outputs.github_tag }},'p.') or contains(${{ steps.debug_info.outputs.github_tag }},'pre.')
|
||||
# upload linux archive asset
|
||||
- name: Upload Linux Archive Asset
|
||||
id: upload-linux-asset
|
||||
|
||||
Reference in New Issue
Block a user