From 871e3d3451f491fe98253728b94185e386916e2a Mon Sep 17 00:00:00 2001 From: j-brn Date: Thu, 22 Dec 2022 21:19:21 +0100 Subject: [PATCH] use github.ref_name as release name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eaedab8..cee8fc9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -137,6 +137,6 @@ jobs: with: artifacts: "artifacts/**" commit: ${{ github.sha }} - name: ${{ github.ref }} + name: ${{ github.ref_name }} token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ github.ref }}