Skip to content

Commit

Permalink
ci: fix unexpected value false
Browse files Browse the repository at this point in the history
  • Loading branch information
shiipou authored Sep 5, 2024
1 parent 0a4ad15 commit 2b216fe
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 @@ -100,6 +100,6 @@ jobs:
with:
version: ${{ needs.get-version.outputs.version }}
changelogs: ${{ needs.get-version.outputs.changelogs }}
is-prerelease: ${{ needs.get-version.outputs.is-prerelease }}
is-prerelease: ${{ steps.get-version.outputs.is-prerelease == 'true' }}
download-artifacts: true
assets: artifacts/

0 comments on commit 2b216fe

Please sign in to comment.