From b8b503aa5f5aef7f8dd28b0bc26841bc0cbd9431 Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Thu, 18 Jul 2024 16:44:03 -0500 Subject: [PATCH] github action variable --- .github/workflows/pre-release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pre-release.yaml b/.github/workflows/pre-release.yaml index 241eb3de..305347d5 100644 --- a/.github/workflows/pre-release.yaml +++ b/.github/workflows/pre-release.yaml @@ -25,9 +25,9 @@ jobs: id: create_release uses: softprops/action-gh-release@v2 with: - tag_name: $version - name: Pre-Release $version - body: "![GitHub Downloads (specific asset, specific tag)](https://img.shields.io/github/downloads/ChrisTitusTech/linutil/${{ env.VERSION }}/linutil)" + tag_name: ${version} + name: Pre-Release ${version} + body: "![GitHub Downloads (specific asset, specific tag)](https://img.shields.io/github/downloads/ChrisTitusTech/linutil/${version}/linutil)" append_body: false files: | ./linutil