Skip to content

Commit

Permalink
fix uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
feruzm committed Jul 16, 2024
1 parent c3d6ea9 commit 60a2d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs: #here we specify the jobs - We could have multiple jobs

- name: Deploy to Play Store (BETA)
id: deploy
uses: r0adkll/upload-google-play@v3
uses: r0adkll/upload-google-play@v1
with:
serviceAccountJsonPlainText: ${{ secrets.CREDENTIAL_FILE_CONTENT }}
packageName: com.ecency.waves
Expand Down

0 comments on commit 60a2d69

Please sign in to comment.