CI: Set prerelease tag only on beta release

This commit is contained in:
Connor McLaughlin 2020-12-22 02:40:27 +10:00
parent 80ce7bde26
commit 3ab017c32e
1 changed files with 2 additions and 0 deletions

View File

@ -422,6 +422,7 @@ jobs:
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "beta"
prerelease: true
title: "Latest Beta/Development Build"
files: |
windows/duckstation-windows-x64-release.zip
@ -446,6 +447,7 @@ jobs:
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: false
title: "Latest Stable Build"
files: |
windows/duckstation-windows-x64-release.zip