Do PreRelease

This commit is contained in:
Mike A. Trethewey
2020-02-27 02:06:35 -08:00
parent 1b889845c3
commit 8e7da9467f

View File

@@ -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