fix(ci): full version for promotion action

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
James Rich 2025-09-08 13:52:02 -05:00 committed by GitHub
parent 7dd92b3b38
commit e8586ba7c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }}