mirror of
https://github.com/Murmele/Gittyup.git
synced 2024-11-05 02:46:56 +03:00
must be false so that prerelease gets true if it is not a release
This commit is contained in:
parent
900f449b27
commit
75f381c20c
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -335,7 +335,7 @@ jobs:
|
||||
uses: marvinpinto/action-automatic-releases@latest
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
prerelease: ${{ env.IS_RELEASE == 'true' }}
|
||||
prerelease: ${{ env.IS_RELEASE == 'false' }}
|
||||
title: ${{ steps.release_title.outputs.value }}
|
||||
automatic_release_tag: ${{ steps.release_tag.outputs.value }}
|
||||
files: |
|
||||
|
Loading…
Reference in New Issue
Block a user