Skip to content

Commit

Permalink
Update released-app-publishing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjaino committed Apr 7, 2024
1 parent 06dbb93 commit cf2c5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/released-app-publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Publish App
uses: r0adkll/[email protected]
with:
serviceAccountJsonPlainText: ${{ SERVICE_ACCOUNT_JSON }}
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
packageName: com.wap.wapp
releaseFiles: ${{steps.sign_app.outputs.signedReleaseFile}}
track: production
Expand Down

0 comments on commit cf2c5e7

Please sign in to comment.