Skip to content

Commit

Permalink
fix ci [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Nov 18, 2024
1 parent 1ddb234 commit 079d9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
if ( ${{github.event_name}} -eq 'release') {
echo "version=${{ github.event.release.tag_name}}" >> "$GITHUB_OUTPUT"
exit 0
} else if (${{inputs.sem-version}}) {
} elseif (${{inputs.sem-version}}) {
echo "version=${{ inputs.sem-version}}" >> "$GITHUB_OUTPUT"
exit 0
}
Expand Down

0 comments on commit 079d9ce

Please sign in to comment.