From 1dcb8e9d61d73fa5ae29ed80128876cbec7f402f Mon Sep 17 00:00:00 2001 From: Dwi Siswanto Date: Sat, 23 Mar 2024 11:20:44 +0700 Subject: [PATCH] ci(release): add `continue-on-error` while `download-artifact` Signed-off-by: Dwi Siswanto --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a702858..7714ddc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -23,6 +23,7 @@ jobs: id: artifact with: name: pgo + continue-on-error: true - uses: actions/checkout@v3 if: steps.artifact.outcome != 'success'