From 2f6d57c6f50b9bf294353257766b5e342f434965 Mon Sep 17 00:00:00 2001 From: Adrian Marquis Date: Tue, 27 Jan 2026 18:14:46 +0100 Subject: [PATCH] Fix pipeline notification step --- .gitea/workflows/create_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/create_release.yml b/.gitea/workflows/create_release.yml index 4663d27..bc75dfe 100644 --- a/.gitea/workflows/create_release.yml +++ b/.gitea/workflows/create_release.yml @@ -92,5 +92,5 @@ jobs: message: > Modpack **ATM 10** just got updated to version **${{ github.ref_name }}**! - Go to ${{ var.SERVER_PUBLIC_URL }}/${{ github.repository }} to get instructions on how to update or - [download the newest Modpack zip directly](${{ var.SERVER_PUBLIC_URL }}/${{ github.repository }}/releases/tag/${{ github.ref_name }}). + Go to ${{ vars.SERVER_PUBLIC_URL }}/${{ github.repository }} to get instructions on how to update or + [download the newest Modpack zip directly](${{ vars.SERVER_PUBLIC_URL }}/${{ github.repository }}/releases/tag/${{ github.ref_name }}).