Skip to content

Commit

Permalink
ci: fix pre_release not work
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Oct 1, 2024
1 parent db44903 commit 652d5fa
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 @@ -402,7 +402,7 @@ jobs:
with:
files: assets/*.zip
tag_name: ${{ needs.meta.outputs.tag }}
prerelease: ${{ needs.meta.outputs.is_pre_release }}
prerelease: ${{ needs.meta.outputs.is_pre_release == 'true' }}

- name: Create issue if failed to publish packages
if: steps.nuget.outputs.failed || steps.pip.outputs.failed
Expand Down

0 comments on commit 652d5fa

Please sign in to comment.