From e8bdc5936d485d4ccfe14eaa14ba0bccd209ad12 Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Mon, 8 Sep 2025 13:52:02 -0500 Subject: [PATCH] fix(ci): full version for promotion action Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com> --- .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 9d6f6e9f5..60b0e4691 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -270,7 +270,7 @@ jobs: - name: Attempt to Promote on Google Play id: promote if: success() && github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && steps.play_action.outputs.action == 'promote' - uses: kevin-david/promote-play-release@v1 + uses: kevin-david/promote-play-release@v1.2.0 continue-on-error: true with: service-account-json-raw: ${{ secrets.GOOGLE_PLAY_JSON_KEY }}