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