Skip to content

Commit

Permalink
update v1.0.13-beta.15
Browse files Browse the repository at this point in the history
  • Loading branch information
cngege committed Jan 8, 2025
1 parent c4c2554 commit fa9e4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
run: |
#$result = ("${{steps.tag.outputs.tag}}" -like "*beta*" -as [string]).ToLower()
$isPrerelease = if("${{steps.tag.outputs.tag}}" -like "*beta*") { "true" } else { "false" }
echo "isPrerelease=true" >> $GITHUB_ENV
Write-Output "isPrerelease=true" >> $GITHUB_ENV
- name: tree
run: |
Expand Down

0 comments on commit fa9e4f8

Please sign in to comment.