Skip to content

Commit

Permalink
use releaseFiles instead of releaseFile
Browse files Browse the repository at this point in the history
  • Loading branch information
PrateekSharma1712 committed Aug 14, 2021
1 parent 8238876 commit 1c77334
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@ jobs:
with:
serviceAccountJsonPlainText: ${{ secrets.PLAYSTORE_ACCOUNT_KEY }}
packageName: com.techieblossom.movieapp
releaseFile: app-release.aab
releaseFiles: app-release.aab
track: internal
whatsNewDirectory: release_notes/whatsnew
2 changes: 1 addition & 1 deletion release_notes/whatsnew/whatsnew-en-US
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Incremental Update
Adding a dummy commit

0 comments on commit 1c77334

Please sign in to comment.