From affc128161226dd10529161cd820849f2e35df3e Mon Sep 17 00:00:00 2001 From: Eric Allam Date: Fri, 26 Apr 2024 18:28:17 +0100 Subject: [PATCH] Try to fix prisma generate errors --- .github/workflows/publish-docker.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-docker.yml b/.github/workflows/publish-docker.yml index fbb3c2c2f..e8d943724 100644 --- a/.github/workflows/publish-docker.yml +++ b/.github/workflows/publish-docker.yml @@ -4,13 +4,15 @@ on: jobs: publish: runs-on: ubuntu-latest + env: + PRISMA_ENGINES_CHECKSUM_IGNORE_MISSING: 1 outputs: version: ${{ steps.get_version.outputs.version }} short_sha: ${{ steps.get_commit.outputs.sha_short }} steps: - name: Setup Depot CLI uses: depot/setup-action@v1 - + - name: ⬇️ Checkout repo uses: actions/checkout@v3 with: