Skip to content

Commit

Permalink
disable release-build test mode in preparation for merge
Browse files Browse the repository at this point in the history
fixes #68
  • Loading branch information
Byron committed Oct 26, 2020
1 parent db47b37 commit 24f040a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 24f040a

Please sign in to comment.