Skip to content

Commit 239b9b8

Browse files
committed
同步 sing-box 内核 Dev 版 tags 标签
1 parent a6fac31 commit 239b9b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎.github/workflows/update-singbox.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
run: |
199199
dev_version=$(curl -sSL https://api.github.com/repos/SagerNet/sing-box/releases | jq -r '[.[] | select(.tag_name | test("alpha|beta|rc"))][0].tag_name')
200200
echo "dev_version=$dev_version" >> $GITHUB_OUTPUT
201-
echo dev_tags=with_gvisor,with_dhcp,with_wireguard,with_clash_api,with_quic,with_utls,with_tailscale >> $GITHUB_OUTPUT
201+
echo dev_tags=with_gvisor,with_quic,with_dhcp,with_wireguard,with_utls,with_acme,with_clash_api,with_tailscale >> $GITHUB_OUTPUT
202202
dev_time=$(curl -sSL https://api.github.com/repos/SagerNet/sing-box/releases | jq -r '[.[] | select(.tag_name | test("alpha|beta|rc"))][0].created_at' | xargs -I {} date -d '{} +8 hours' '+%Y-%m-%d')
203203
echo "dev_time=$dev_time" >> $GITHUB_OUTPUT
204204

0 commit comments

Comments
 (0)