diff --git a/.github/workflows/update_singbox_core.yaml b/.github/workflows/update_singbox_core.yaml index 360daed..ea6b96f 100644 --- a/.github/workflows/update_singbox_core.yaml +++ b/.github/workflows/update_singbox_core.yaml @@ -83,9 +83,9 @@ jobs: echo version=$version >> $GITHUB_OUTPUT if [ -z "$TAGS" ];then if [ "$REPO" = 'PuerNya/sing-box' ];then - echo tags=with_quic,with_shadowsocksr,with_clash_api >> $GITHUB_OUTPUT + echo tags=with_quic,with_utls,with_shadowsocksr,with_clash_api >> $GITHUB_OUTPUT else - echo tags=with_quic,with_clash_api >> $GITHUB_OUTPUT + echo tags=with_quic,with_utls,with_clash_api >> $GITHUB_OUTPUT fi else echo tags=$TAGS >> $GITHUB_OUTPUT