Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed Dec 14, 2024
1 parent bfa1797 commit 5f4ace2
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 @@ -40,7 +40,7 @@ jobs:
if [[ "${{ github.ref_name }}" =~ ^v[0-9] ]]; then
echo "VERSION=${{ github.ref_name }}" >> $GITHUB_ENV
fi
if [ "${{ github.event.inputs.version }}" != "latest" ]; then
if [ "${{ github.event.inputs.version }}" != ""]; then
echo "VERSION=${{ github.event.inputs.version }}" >> $GITHUB_ENV
fi
Expand Down

0 comments on commit 5f4ace2

Please sign in to comment.