Release v1.0.9
All checks were successful
自动版本发布 / AutoRelease (push) Successful in 11s

This commit is contained in:
iorebuild 2025-04-10 22:05:35 +08:00
parent 81aae1071b
commit 1ec1a2c6c9

View File

@ -45,12 +45,12 @@ jobs:
deb-src http://mirrors.ustc.edu.cn/ubuntu/ noble-backports main restricted universe multiverse deb-src http://mirrors.ustc.edu.cn/ubuntu/ noble-backports main restricted universe multiverse
EOF EOF
- name: 安装 tea 工具 # - name: 安装 tea 工具
run: | # run: |
# 更新 apt 缓存 # # 更新 apt 缓存
sudo apt-get update # sudo apt-get update
# 安装 tea 工具 # # 安装 tea 工具
sudo apt-get install -y tea golang # sudo apt-get install -y tea golang
- name: 从提交信息提取版本号 - name: 从提交信息提取版本号
id: extract_version id: extract_version