From c20b07bfc28c7c6532b2126c60dabe0d943f6390 Mon Sep 17 00:00:00 2001 From: Gunnar Skjold Date: Fri, 22 Nov 2019 20:36:42 +0100 Subject: [PATCH] Add release version to binaries --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4cf0eb11..d4bb8073 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,6 +14,11 @@ jobs: steps: - name: Check out code from repo uses: actions/checkout@v1 + - name: Get release version from tag + id: release_tag + env: + GITHUB_REF: ${{ github.ref }} + run: echo ::set-output name=tag::$(echo ${GITHUB_REF:11}) - name: Cache Python dependencies uses: actions/cache@v1 with: