From 3cffa9d0853f15c492dfc8bc46753f5cc4e392cf Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Mon, 12 Feb 2024 10:15:06 -0500 Subject: Add continue-on-error variable for later --- .github/workflows/release-build.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/release-build.yaml b/.github/workflows/release-build.yaml index 110815b..c6cfe78 100644 --- a/.github/workflows/release-build.yaml +++ b/.github/workflows/release-build.yaml @@ -23,6 +23,7 @@ jobs: - amd64 - arm64 - armhf + continue-on-error: false # true in prod, false for testing steps: - name: "Set dated version for unstable builds" id: version @@ -106,6 +107,7 @@ jobs: - amd64 - arm64 - armhf + continue-on-error: false # true in prod, false for testing steps: - name: "Set dated version for unstable builds" id: version -- cgit