Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
debdutdeb committed Jul 19, 2023
1 parent 2a0dbb1 commit 1260456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
if [[ -z ${{ inputs.tag }} ]]; then
tag=$(curl -s https://releases.rocket.chat/rc/info | jq .tag -r)
else
[[ -n $(curl -s https://releases.rocket.chat/${{ inputs.tag }}/info | jq -r '.tag // empty') ]]
[[ -n "$(curl -s https://releases.rocket.chat/${{ inputs.tag }}/info | jq -r '.tag // empty')" ]]
fi
fi
echo "tag: $tag"
Expand Down

0 comments on commit 1260456

Please sign in to comment.