From c48eacae137a745444737c1b681e5c9c1580881f Mon Sep 17 00:00:00 2001 From: nomadics9 Date: Mon, 16 Dec 2024 04:39:26 +0300 Subject: [PATCH] workflow --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}