Skip to content

Commit

Permalink
fix(ci): typo in release.yml (#548)
Browse files Browse the repository at this point in the history
Fix small typo. Surprised `act` didn't catch this, it must evaluate
expressions lazily.

Signed-off-by: Yohe-Am <[email protected]>
  • Loading branch information
Yohe-Am authored Jan 12, 2024
1 parent c146efa commit aa09650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
makeLatest: true
bodyFile: "CHANGE.md"
discussionCategory: "Announcements"
prerelease: ${{ contains(steps.latest-tag.outputs.tag 'dev') || contains(steps.latest-tag.outputs.tag 'alpha') }}
prerelease: ${{ contains(steps.latest-tag.outputs.tag, 'dev') || contains(steps.latest-tag.outputs.tag, 'alpha') }}

meta-cli:
needs:
Expand Down

0 comments on commit aa09650

Please sign in to comment.