summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-05-19 17:38:26 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-05-19 17:38:26 +0800
commit8dbf7e6a8e512378949939c9613fef5417a602c8 (patch)
tree7d06efbe5aa3135b0d2f8a43a52d824e930605e5 /.github
parent002678e0a369802e8e245fa3ddacd2e2d7cc8eeb (diff)
disable test mode
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index bcb11d7..29fc3c6 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
+# branches:
+# - release
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.1
steps:
- name: Create artifacts directory
run: mkdir artifacts