From 6073565903488cb5b9a8d37fdc4a7c2f9d7ad04d Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Sun, 8 Oct 2023 23:55:38 +0300 Subject: [PATCH] ci: fix url in github release text 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 16ba3ad..015f7e3 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_name }}.tar.xz