mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-19 20:29:00 -04:00
fix(ci): release status condition in workflow (#2862)
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -280,6 +280,6 @@ jobs:
|
||||
packageName: com.geeksville.mesh
|
||||
releaseFiles: ./build-artifacts/google/bundle/app-google-release.aab
|
||||
track: ${{ steps.get_track.outputs.track }}
|
||||
status: ${{ steps.get_track.outputs.track == 'internal' && 'complete' || 'draft' }}
|
||||
status: ${{ steps.get_track.outputs.track == 'internal' && 'completed' || 'draft' }}
|
||||
whatsNewDirectory: /whatsnew/
|
||||
mappingFile: ./build-artifacts/google/mapping/mapping.txt
|
||||
|
||||
Reference in New Issue
Block a user