From 33b2f411f9f91281ae9f2e3d3e07dc18af66cde8 Mon Sep 17 00:00:00 2001 From: Alec Ananian <1013230+alecananian@users.noreply.github.com> Date: Sat, 8 Jun 2024 08:52:08 +0200 Subject: [PATCH] api: ignore missing commit shas on release --- .github/workflows/deploy-api.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-api.yml b/.github/workflows/deploy-api.yml index f9cc1d2e..da130234 100644 --- a/.github/workflows/deploy-api.yml +++ b/.github/workflows/deploy-api.yml @@ -84,3 +84,4 @@ jobs: environment: ${{ vars.ENVIRONMENT }} working_directory: ./apps/api sourcemaps: ./dist + ignore_missing: true