Skip to content

Commit

Permalink
Fix version name issue for Windows installer (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
foodprocessor authored Jan 18, 2024
1 parent 45fcc5f commit fbc698f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
-
name: Set Version
id: get_version
run: echo ::set-output name=VERSION::$( echo ${{github.ref_name}} | tr -d 'v' )
run: echo "::set-output name=VERSION::$( echo ${{github.ref_name}} | tr -d 'v' )"
-
name: Rename installer
run: |
Expand Down

0 comments on commit fbc698f

Please sign in to comment.