From ee5646f91b367fc6029106ac9532ca5590185590 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Mon, 2 Dec 2024 23:20:13 +0000 Subject: [PATCH] Update create-config-zip.yml --- .github/workflows/create-config-zip.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-config-zip.yml b/.github/workflows/create-config-zip.yml index 91830f37..2df24601 100644 --- a/.github/workflows/create-config-zip.yml +++ b/.github/workflows/create-config-zip.yml @@ -18,4 +18,4 @@ jobs: uses: softprops/action-gh-release@v1 with: files: config-default.zip - tag_name: ${{ github.ref }} + tag_name: ${{ github.event.release.tag_name }}