Skip to content

Commit

Permalink
Update github-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
trife authored May 28, 2024
1 parent b7461a6 commit 3e323b2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,10 @@ jobs:
${{ steps.matching_release.outputs.body }}
${{ env.COMMIT_MSG }}
# - name: Release APK to Play Store
# uses: r0adkll/upload-google-play@v1
# with:
# serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
# packageName: com.fieldbook.tracker
# releaseFiles: app/build/outputs/apk/release/app-release-unsigned-signed.apk
# track: alpha
- name: Release APK to Play Store
uses: r0adkll/upload-google-play@v1
with:
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
packageName: com.fieldbook.tracker
releaseFiles: app/build/outputs/apk/release/app-release-unsigned-signed.apk
track: alpha

0 comments on commit 3e323b2

Please sign in to comment.