From ae3b010e628436cffd370303556e1dadf538ba5a Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Fri, 17 Sep 2021 00:00:11 +0300 Subject: [PATCH] ci: possible fix for release workflow Signed-off-by: Ran Benita --- .github/workflows/github-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-release.yml b/.github/workflows/github-release.yml index 2c0f72a..7709f52 100644 --- a/.github/workflows/github-release.yml +++ b/.github/workflows/github-release.yml @@ -29,4 +29,4 @@ jobs: body: | See the [NEWS](https://github.com/xkbcommon/libxkbcommon/blob/master/NEWS) file for the changes. - Official tarball: https://xkbcommon.org/download/lib${{ github.ref }}.tar.xz + Official tarball: https://xkbcommon.org/download/lib${GITHUB_REF#refs/tags/}.tar.xz -- 2.7.4