Skip to content

Commit

Permalink
ci: Add Release
Browse files Browse the repository at this point in the history
  • Loading branch information
vasylskorych committed Mar 19, 2024
1 parent 5fa936a commit d343ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ jobs:
id: get-version
shell: pwsh
run: |
$TAG=${{github.ref_name}}
$TAG='${{github.ref_name}}'
$VERSION=$TAG.TrimStart('v')
echo "VERSION=$VERSION" >> $env:GITHUB_OUTPUT
Expand Down

0 comments on commit d343ac6

Please sign in to comment.