From 9ea0f02c931bfc4ae375680ef6faba83cdf91ea7 Mon Sep 17 00:00:00 2001 From: zomars Date: Tue, 28 Feb 2023 14:14:24 -0700 Subject: [PATCH] Update production-build.yml --- .github/workflows/production-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/production-build.yml b/.github/workflows/production-build.yml index 5b90ba7bde..ef75c7ac31 100644 --- a/.github/workflows/production-build.yml +++ b/.github/workflows/production-build.yml @@ -18,6 +18,7 @@ jobs: - 5432:5432 steps: - uses: actions/checkout@v3 + - uses: ./.github/actions/dangerous-git-checkout - uses: ./.github/actions/yarn-install - uses: ./.github/actions/env-read-file - uses: ./.github/actions/cache-db