Test not a draft

This commit is contained in:
Mike A. Trethewey
2020-02-27 02:38:20 -08:00
parent e42e50c5a7
commit f1ad50e14b

View File

@@ -212,7 +212,6 @@ jobs:
tag_name: v${{ steps.debug_info.outputs.github_tag }} tag_name: v${{ steps.debug_info.outputs.github_tag }}
release_name: ALttPDoorRandomizer v${{ steps.debug_info.outputs.github_tag }} release_name: ALttPDoorRandomizer v${{ steps.debug_info.outputs.github_tag }}
body: ${{ steps.release_notes.outputs.body }} body: ${{ steps.release_notes.outputs.body }}
draft: true
prerelease: contains(steps.debug_info.outputs.github_tag,'p.') || contains(steps.debug_info.outputs.github_tag, 'pre.') prerelease: contains(steps.debug_info.outputs.github_tag,'p.') || contains(steps.debug_info.outputs.github_tag, 'pre.')
# upload linux archive asset # upload linux archive asset
- name: Upload Linux Archive Asset - name: Upload Linux Archive Asset