Skip to content

Commit

Permalink
Update openwrt ziyong.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
solekg authored Jan 19, 2025
1 parent 0624bbc commit 87473f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/openwrt ziyong.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
- name: Get latest release
run: |
latest_release="$(curl -s https://github.com/openwrt/openwrt/tags | grep -Eo "v[0-9\.]+\-*r*c*[0-9]*.tar.gz" | sed -n '/[2-9][3-9]/p' | sed -n 1p | sed 's/.tar.gz//g')"
# latest_release="$(curl -s https://github.com/openwrt/openwrt/tags | grep -Eo "v[0-9\.]*.tar.gz" | sed -n '/[2-9][3-9]/p' | sed -n 1p | sed 's/.tar.gz//g')"
echo "REPO_BRANCH=${latest_release}" >> $GITHUB_ENV
- name: Clone source code
working-directory: /workdir
Expand Down

0 comments on commit 87473f9

Please sign in to comment.