Skip to content

Commit

Permalink
Merge branch 'workflow-update/sync-prerelease-and-release-workflows'
Browse files Browse the repository at this point in the history
  • Loading branch information
og-mrk committed Jul 18, 2024
2 parents d7f1194 + 88ec9eb commit 4ef7690
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
id: create_release
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ $env:VERSION }}
name: Release ${{ $env:VERSION }}
body: "![GitHub Downloads (specific asset, specific tag)](https://img.shields.io/github/downloads/ChrisTitusTech/winutil/${{ $env:VERSION }}/winutil.ps1)"
tag_name: ${{ env:VERSION }}
name: Release ${{ env:VERSION }}
body: "![GitHub Downloads (specific asset, specific tag)](https://img.shields.io/github/downloads/ChrisTitusTech/winutil/${{ env:VERSION }}/winutil.ps1)"
append_body: true
files: ./winutil.ps1
prerelease: false
Expand Down

0 comments on commit 4ef7690

Please sign in to comment.