Release v1.0.9
Some checks failed
自动版本发布 / AutoRelease (push) Has been cancelled

This commit is contained in:
iorebuild 2025-04-10 22:04:35 +08:00
parent 63aaf0b956
commit 81aae1071b

View File

@ -89,8 +89,8 @@ jobs:
if [ -z "$PREVIOUS_TAG" ]; then
PREVIOUS_TAG="HEAD~1" # 如果没有上次标签,使用上一次提交
fi
echo "previous_tag=$PREVIOUS_TAG" >>
echo "previous_tag=$PREVIOUS_TAG" >> $GITHUB_OUTPUT
echo "$PREVIOUS_TAG"
- name: 获取提交记录
id: get-commit-log