Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Oct 8, 2023
1 parent 034383f commit 1076a88
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,9 @@ jobs:
fetch-depth: 0
-
name: Get remote package data
uses: wei/curl@master
with:
args: --silent "https://pkgs.alpinelinux.org/package/edge/community/x86_64/tor" --output ./package_data.html
-
name: Get tag from package data
run: |
#!/bin/bash
curl --silent "https://pkgs.alpinelinux.org/package/edge/community/x86_64/tor" --output ./package_data.html
latest_tag=$(grep -A 3 -i version ./package_data.html | sed -E 's#.*>([0-9\.]+)-r[0-9]+</a>#\1#g' | tail -1 | sed 's/^[ \t]*//;s/[ \t]*$//')
echo "latest_tag=$latest_tag" >> $GITHUB_ENV
-
Expand Down

0 comments on commit 1076a88

Please sign in to comment.