summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-05-19 16:30:44 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-05-19 16:30:44 +0800
commitcab78dd0fa0df3aa9f17915832a04f8b4ac44a33 (patch)
tree564965072eed98cca20b4f36f70169dbf8fedb94 /.github
parent904c48434befab6c54cc5e4c1d81c52f29988a82 (diff)
maybe continue-on-error makes failures successes?
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index e5e25c3..57af413 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
env:
# Set to force version number, e.g., when no tag exists.
- ARTIFACT_VERSION: TEST-0.0.3
+ ARTIFACT_VERSION: TEST-0.0.1
steps:
- name: Create artifacts directory
run: mkdir artifacts
@@ -109,7 +109,6 @@ jobs:
steps:
- name: Checkout repository (at least get a clone)
uses: actions/checkout@v1
- continue-on-error: true
with:
fetch-depth: 1