summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-10-26 12:53:39 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-10-26 12:53:39 +0800
commit24f040a27a3afbab63b439439afd65d53602dd5e (patch)
tree59efbc23fe7448ac6deeeb1e0206fb3189a91655 /.github
parentdb47b375db9ee8a94aec40d6c0ac430085f6bab1 (diff)
disable release-build test mode in preparation for merge
fixes #68
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 51a5083..28ae254 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -14,17 +14,17 @@ name: release
on:
push:
# Enable when testing release infrastructure on a branch.
- branches:
- - release-test
-# tags:
-# - 'v[0-9]+.[0-9]+.[0-9]+'
+# branches:
+# - release-test
+ tags:
+ - 'v[0-9]+.[0-9]+.[0-9]+'
jobs:
create-release:
name: create-release
runs-on: ubuntu-latest
- env:
- # Set to force version number, e.g., when no tag exists.
- ARTIFACT_VERSION: TEST-0.0.1
+# env:
+# # Set to force version number, e.g., when no tag exists.
+# ARTIFACT_VERSION: TEST-0.0.2
steps:
- name: Create artifacts directory
run: mkdir artifacts