From 371e5f4e21117102dbecc82371bfd9a6e2f5df02 Mon Sep 17 00:00:00 2001 From: LunaTheFoxgirl Date: Wed, 18 Sep 2024 03:35:24 +0200 Subject: [PATCH] Fix wrong default for publish-gh --- .github/workflows/publish-gh.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-gh.yml b/.github/workflows/publish-gh.yml index 574cde33b..db7946dac 100644 --- a/.github/workflows/publish-gh.yml +++ b/.github/workflows/publish-gh.yml @@ -9,7 +9,7 @@ on: tag: required: false type: string - default: ${{ github.ref }} + default: ${{ github.ref_name }} name: required: false type: string