diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 45976a3..ba55539 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -33,10 +33,10 @@ jobs: - name: Deploy to Google Play uses: r0adkll/upload-google-play@v1 with: - serviceAccountJson: ${{ secrets.GOOGLE_PLAY_SERVICE_ACCOUNT }} + serviceAccountJson: ${{ secrets.SERVICE_ACCOUNT_JSON }} packageName: "org.askartv.tv" releaseFiles: "./release/*" track: "production" releaseStatus: "completed" - whatsNewDirectory: "./release/whatsnew/" # Optional for release notes + whatsNewDirectory: ${{ env.WHATS_NEW }}