From 41cfc316f23364f8690b48a09449b2ea6762a107 Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Tue, 26 Aug 2025 19:37:20 -0500 Subject: [PATCH] fix(ci): release status condition in workflow (#2862) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 534eda624..9263b3e26 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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