Skip to content

Commit

Permalink
fix: Fastlane play store key overwrite fix (#1086)
Browse files Browse the repository at this point in the history
  • Loading branch information
M123-dev authored Feb 7, 2022
1 parent 6359657 commit 8c57968
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
API_JSON_FILE_DECRYPTKEY: ${{ secrets.API_JSON_FILE_DECRYPTKEY }}
STORE_JKS_DECRYPTKEY: ${{ secrets.STORE_JKS_DECRYPTKEY }}

- uses: actions/checkout@v2
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ios-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
distribution: 'zulu'
java-version: "12.x"

- uses: actions/checkout@v2
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
Expand Down

0 comments on commit 8c57968

Please sign in to comment.