From 0d84ef8eb2894d9af30366b1c00a97386ac280af Mon Sep 17 00:00:00 2001 From: Boseong Date: Fri, 4 Oct 2024 11:09:33 +0900 Subject: [PATCH] fix(ci/cd): remove `env.run` in `upload.yml` (#444) --- .github/workflows/upload.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/upload.yml b/.github/workflows/upload.yml index a1eb8f233..67be3a06a 100644 --- a/.github/workflows/upload.yml +++ b/.github/workflows/upload.yml @@ -66,7 +66,6 @@ jobs: channel: 'stable' cache: true - uses: actions/cache@v4 - if: env.run == 'true' with: path: | .dart_tool @@ -75,7 +74,7 @@ jobs: - name: install flutterfire run: flutter pub global activate flutterfire_cli - uses: actions/cache@v4 - if: env.run == 'true' && matrix.os == 'macos-14' + if: matrix.os == 'macos-14' with: path: | ~/.cocoapods @@ -83,7 +82,6 @@ jobs: key: cocoapods-${{ hashFiles('ios/Podfile.lock') }} - name: Copy dotenv - if: env.run == 'true' run: cat ${{ secrets.DOTENV }} > .env - name: Generate files