Skip to content

Commit

Permalink
Update outdated.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Jan 21, 2025
1 parent 3e9cdd8 commit 524f264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/outdated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
CURRENT_VERSION="$(
cat .github/workflows/reusable-integrity.yml \
| yq -r '."jobs".*."steps"[] | select(."run" | contains("gh release download")) | ."run"' \
| sed -n -e 's#^\s*gh release download --repo AlDanial/cloc \(.\+\) --pattern .+$#\1#p'
| sed -n -e 's#^\s*gh release download --repo AlDanial/cloc \(.\+\) --pattern .\+$#\1#p'
)"
LATEST_VERSION="$(gh api /repos/AlDanial/cloc/releases/latest --jq '."tag_name"')"
echo "LATEST=${LATEST_VERSION}"
Expand Down

0 comments on commit 524f264

Please sign in to comment.