Skip to content

Commit

Permalink
Merge pull request #184 from LittleLightForDestiny/quickfixes
Browse files Browse the repository at this point in the history
trying to fix iOS pub again
  • Loading branch information
joaopmarquesini authored Mar 5, 2022
2 parents 5ebdb4d + 8052771 commit 29f6dea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
APPLE_USERNAME: ${{ secrets.APPLE_USERNAME }}
MATCH_KEYCHAIN_NAME: ${{ secrets.MATCH_KEYCHAIN_NAME }}
MATCH_KEYCHAIN_PASSWORD: ${{ secrets.MATCH_KEYCHAIN_PASSWORD }}
IOS_GOOGLE_SERVICE_INFO_PLIST_BASE64: ${{ secrets.IOS_GOOGLE_SERVICE_INFO_PLIST_BASE64 }}

steps:
- name: Defines variables according to triggers
Expand Down Expand Up @@ -104,7 +105,7 @@ jobs:
with:
fileDir: "./ios/Runner/"
fileName: GoogleService-Info.plist
encodedString: ${{ secrets.IOS_GOOGLE_SERVICE_INFO_PLIST_BASE64 }}
encodedString: ${{ env.IOS_GOOGLE_SERVICE_INFO_PLIST_BASE64 }}

- name: Cache pub dependencies
uses: actions/cache@v2
Expand Down

0 comments on commit 29f6dea

Please sign in to comment.