summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2021-10-26 16:46:28 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-10-26 16:47:58 +0800
commitd0c2c7cbac9b9dfa18a85a48098f1492c629bfd6 (patch)
treebee7200563157c6d74e9a5ae35776a274728af3f /.github
parent9bfc2ea3040148c3c4e9dd03db3cc9a0b0e7eb0c (diff)
fix: try to produce release binaries once more
With smart-release, this is created automatically.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index fcce43e..06c235a 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -43,6 +43,7 @@ jobs:
with:
tag_name: ${{ env.ARTIFACT_VERSION }}
release_name: ${{ env.ARTIFACT_VERSION }}
+ continue-on-error: true
- name: Save release upload URL to artifact
run: echo "${{ steps.release.outputs.upload_url }}" > artifacts/release-upload-url