From bdb374e1f1d8dc4810390c92056ccaf360079e8f Mon Sep 17 00:00:00 2001 From: Adam Jakab Date: Mon, 6 May 2024 18:36:01 +0200 Subject: [PATCH] test 149 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 423418f..c263e5b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: uses: ncipollo/release-action@v1 # ref.: https://github.com/ncipollo/release-action with: - name: "Test release for ${GITHUB_REF##*/}" + name: Test release for ${{ github.ref_name }} #tag: ${{ github.ref }} draft: true generateReleaseNotes: true