kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
fix(ci): full version for promotion action
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>pull/3020/head v2.7.0-internal.11
rodzic
7dd92b3b38
commit
e8586ba7c8
|
@ -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 }}
|
||||
|
|
Ładowanie…
Reference in New Issue