From ef3d39f3e76dad7aa63199681cef048219fe8105 Mon Sep 17 00:00:00 2001 From: Adrian Cole Date: Thu, 7 Oct 2021 13:29:01 -1000 Subject: [PATCH] propagate version to the dist target Signed-off-by: Adrian Cole --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f4de30c..050b4e5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -24,7 +24,7 @@ jobs: fetch-depth: 0 - name: "Make release assets" - run: make dist + run: VERSION=${GITHUB_REF#refs/tags/v} make dist # The release notable has a discussion channel to avoid people having to # raise issues to ask about it.