Skip to content

Commit

Permalink
update v1.0.13-beta.10
Browse files Browse the repository at this point in the history
  • Loading branch information
cngege committed Jan 8, 2025
1 parent 44ce9bc commit 73f6640
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 @@ -85,7 +85,7 @@ jobs:
- name: env_isPrerelease
run: |
$result = ("${{steps.tag.outputs.tag}}" -like "*beta*" -as [string]).ToLower()
cmd /c echo "isPrerelease=$result" >> $GITHUB_ENV
echo "isPrerelease=$result" >> $GITHUB_ENV
- name: tree
run: |
chcp 65001
Expand Down

0 comments on commit 73f6640

Please sign in to comment.