Skip to content
This repository was archived by the owner on May 28, 2021. It is now read-only.

Commit 3d35139

Browse files
authored
Add release steps to wercker.yml
1 parent 5bfd866 commit 3d35139

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

wercker.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,17 @@ e2e-test-upgrade:
107107
E2E_NON_BUFFERED_LOGS=true make e2e-suite-run-upgrade
108108
make e2e-suite-teardown-upgrade
109109
110+
release:
111+
box:
112+
id: oraclelinux:7-slim
113+
steps:
114+
- script:
115+
name: set ENV vars
116+
code: |
117+
export VERSION=$(cat VERSION.txt)
118+
echo "${VERSION}"
119+
- github-create-release:
120+
token: $GITHUB_TOKEN
121+
tag: $VERSION
122+
title: $VERSION
123+
draft: false

0 commit comments

Comments
 (0)