Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Sep 6, 2024
1 parent 88a3592 commit ef98bd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
run: |
#!/bin/bash
latest_tag=$(echo '${{ steps.latest_tag.outputs.data }}' | jq '.repository.refs.edges[][].name' -r)
latest_tag="0.9.7"
[ -z "$latest_tag" ] && echo "Tag not found!" && exit 1
[[ "$latest_tag" == "null" ]] && echo "Tag not found!" && exit 1
[[ "$latest_tag" = v* ]] && latest_tag="${latest_tag:1}"
Expand Down

0 comments on commit ef98bd7

Please sign in to comment.