Skip to content

Commit

Permalink
语法错误修复
Browse files Browse the repository at this point in the history
  • Loading branch information
powerAn2020 committed Oct 15, 2024
1 parent 67bd35e commit c45f7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
zerotier_latest_version=$(wget --no-check-certificate -qO- "https://api.github.com/repos/zerotier/ZeroTierOne/releases" | grep "tag_name" | grep -oE "[0-9.]*" | head -1)
zerotier_version=$(cat zerotier_version)
echo "${zerotier_version}=${zerotier_latest_version}"
if [ "$zerotier_latest_version" = "$zerotier_version" -a "${{github.event_name }}" = "schedule"]; then
if [ "$zerotier_latest_version" = "$zerotier_version" -a "${{github.event_name }}" = "schedule" ]; then
exit 0
fi
echo ${zerotier_latest_version}>zerotier_version
Expand Down

0 comments on commit c45f7bd

Please sign in to comment.