aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2022-06-02 10:51:44 +0200
committerDan Engelbrecht <[email protected]>2022-06-02 10:51:44 +0200
commit88938a3a14c1a30224fc72fd7b22424b18510685 (patch)
tree8ef769cf55369a540688008f49d3ed0c8b5dd839 /.github
parentmove release job to in-house linux agent (diff)
downloadzen-88938a3a14c1a30224fc72fd7b22424b18510685.tar.xz
zen-88938a3a14c1a30224fc72fd7b22424b18510685.zip
pick up version number from env variable set by github
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/create_release.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml
index fba2ec1b1..768b3d980 100644
--- a/.github/workflows/create_release.yml
+++ b/.github/workflows/create_release.yml
@@ -13,6 +13,7 @@ jobs:
env:
VCPKG_VERSION: 2022.03.10
+ ZEN_VERSION: ${{github.ref.name}}
steps:
- uses: actions/checkout@v2
@@ -54,6 +55,7 @@ jobs:
env:
VCPKG_VERSION: 2022.03.10
+ ZEN_VERSION: ${{github.ref.name}}
steps:
- uses: actions/checkout@v2