From 3bdb1205d97a0316f5b0f024ff51f3ac1f0081ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Mon, 2 Dec 2024 23:08:08 +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 637ddd5aa..2477dc572 100644 --- a/.github/workflows/create-config-zip.yml +++ b/.github/workflows/create-config-zip.yml @@ -22,4 +22,4 @@ jobs: uses: softprops/action-gh-release@v1 with: files: config-default.zip - tag: ${{ steps.get-latest-tag.outputs.tag }} + tag_name: ${{ steps.get-latest-tag.outputs.tag }}