summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-07-06 15:03:33 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-07-06 15:03:33 +0800
commit230bd1d338cae861f1390b4db0dc58c8ea1491d4 (patch)
tree8cb0a352328ae020e10426b32576efcd94b5f26e /.github
parentfece4231cd24409b0772a820cee18c2922d45e5b (diff)
releases are working as expected
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 b629cdb..6d448ab 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:
- - master
-# tags:
-# - 'v[0-9]+.[0-9]+.[0-9]+'
+# branches:
+# - master
+ 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