Skip to content

Commit

Permalink
fix: adds v to tag for windows binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
isbecker committed Jul 1, 2024
1 parent c37822f commit 1cd7646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
"arm64") FILENAME="treefmt-aarch64-pc-windows-msvc.zip";;
*) echo "Unsupported platform/arch combination" && exit 1;;
esac
TREEFMT_VERSION="0.6.1"
TREEFMT_VERSION="v0.6.1"
LATEST="false"
else
case "${{ matrix.platform }}-${{ matrix.arch }}" in
Expand Down

0 comments on commit 1cd7646

Please sign in to comment.