Skip to content

Commit

Permalink
update v1.0.13-beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cngege committed Jan 8, 2025
1 parent db94ed6 commit e3068d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
chcp 65001
$result = ("${{steps.tag.outputs.tag}}" -like "*beta*" -as [string]).ToLower()
echo "isPrerelease=$result" >> $GITHUB_ENV
echo "${{env.isPrerelease}}"
echo "${{ env.isPrerelease }}"
- name: tree
run: |
chcp 65001
Expand All @@ -97,7 +97,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
#prerelease: false # 是否是预览版
prerelease: ${{env.isPrerelease}}
prerelease: ${{ env.isPrerelease }}
tag: ${{steps.tag.outputs.tag}}
bodyFile: "ReleaseBody.md"
#name: 0
Expand Down

0 comments on commit e3068d1

Please sign in to comment.