From 9e7f3ba496e158f4cea1f41021ae6fd58e8424ff Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Fri, 4 Feb 2022 12:59:18 +0200 Subject: ci: another possible fix for release workflow Signed-off-by: Ran Benita --- .github/workflows/github-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/github-release.yml b/.github/workflows/github-release.yml index 7709f52..2c0f72a 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#refs/tags/}.tar.xz + Official tarball: https://xkbcommon.org/download/lib${{ github.ref }}.tar.xz -- cgit v1.2.1