From 4d74fa89bf3967696ffd72191b387ad48cb29240 Mon Sep 17 00:00:00 2001 From: zomars Date: Mon, 27 Feb 2023 16:36:08 -0700 Subject: [PATCH] fix --- .github/workflows/production-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/production-build.yml b/.github/workflows/production-build.yml index d951d00d76..5b90ba7bde 100644 --- a/.github/workflows/production-build.yml +++ b/.github/workflows/production-build.yml @@ -19,6 +19,6 @@ jobs: steps: - uses: actions/checkout@v3 - uses: ./.github/actions/yarn-install - - uses: ./.github/actions/cache-db - uses: ./.github/actions/env-read-file + - uses: ./.github/actions/cache-db - uses: ./.github/actions/cache-build