aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release-build.yaml2
1 files changed, 2 insertions, 0 deletions
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
bgstack15