diff --git a/.github/workflows/pre-release.yaml b/.github/workflows/pre-release.yaml index a90526a6..13755fde 100644 --- a/.github/workflows/pre-release.yaml +++ b/.github/workflows/pre-release.yaml @@ -43,7 +43,7 @@ jobs: with: tag_name: ${{ env.VERSION }} name: Pre-Release ${{ env.VERSION }} - body: "![GitHub Downloads (specific asset, specific tag)](https://img.shields.io/github/downloads/ChrisTitusTech/winutil/${{ steps.extract_version.outputs.version }}/winutil.ps1)" + body: "![GitHub Downloads (specific asset, specific tag)](https://img.shields.io/github/downloads/ChrisTitusTech/winutil/${{ env.VERSION }}/winutil.ps1)" append_body: false files: ./winutil.ps1 prerelease: true