Skip to content

Commit

Permalink
Fix Syntax Error
Browse files Browse the repository at this point in the history
  • Loading branch information
og-mrk committed Jul 18, 2024
1 parent 6542c7a commit 88ec9eb
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 88ec9eb

Please sign in to comment.