mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 12:47:58 +03:00
build: use separate config variable for preleases
This commit is contained in:
parent
98dd014841
commit
37cd544d90
1 changed files with 1 additions and 1 deletions
2
.github/workflows/prerelease.yml
vendored
2
.github/workflows/prerelease.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
uses: ./.github/workflows/release.yml
|
||||
if: |
|
||||
github.ref == 'refs/heads/develop' &&
|
||||
vars.RELEASE_ENABLE == 'true'
|
||||
vars.PRERELEASE_ENABLE == 'true'
|
||||
with:
|
||||
release_name: 'Development snapshot'
|
||||
draft: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue