From f66352b9cd5d6c6680c5fb069cc9e165b7c77c1c Mon Sep 17 00:00:00 2001 From: Ethan O'Brien Date: Fri, 16 Aug 2024 09:44:34 -0500 Subject: [PATCH] testing --- .forgejo/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 779ae4a..3e8322f 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -28,5 +28,5 @@ jobs: direction: upload release-dir: dist/ release-notes: "note" - tag: {{ $env.VER }} - title: Wine {{ $env.VER }} + tag: ${{ env.VER }} + title: Wine ${{ env.VER }}