mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Make prerelease conditional based on event type
This commit is contained in:
parent
58b0cba35d
commit
505de1d1e7
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build-unsigned-ipa.yml
vendored
3
.github/workflows/build-unsigned-ipa.yml
vendored
|
|
@ -90,4 +90,5 @@ jobs:
|
|||
tag_name: ${{ env.TAG_NAME }}
|
||||
files: build/${{ env.PROJECT_NAME }}.ipa
|
||||
draft: false
|
||||
prerelease: false
|
||||
prerelease: ${{ github.event_name == 'workflow_dispatch' }}
|
||||
target_commitish: ${{ github.sha }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue