Skip to content

Commit

Permalink
fix: clean flutter before get
Browse files Browse the repository at this point in the history
  • Loading branch information
evan361425 committed Dec 30, 2024
1 parent 2ec0bf8 commit 575db12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy-to-playstore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ jobs:
env:
GH_READ_PAT: ${{ secrets.GH_READ_PAT }}
run: |
flutter clean
echo "https://oauth:$GH_READ_PAT@github.com" > ~/.git-credentials
git config --global credential.helper store
flutter pub get
Expand Down
1 change: 0 additions & 1 deletion firebase.json

This file was deleted.

0 comments on commit 575db12

Please sign in to comment.