Release v1.0.5
Some checks failed
自动版本发布 / AutoRelease (push) Failing after 1m4s

This commit is contained in:
iorebuild 2025-04-10 21:04:47 +08:00
parent 4ecf889019
commit cdd9529a8c

View File

@ -70,8 +70,7 @@ jobs:
- name: 创建并推送标签
run: |
git tag -a $GITHUB_OUTPUT \
-m "Release $GITHUB_OUTPUT"
git tag -a $GITHUB_OUTPUT -m "Release $GITHUB_OUTPUT"
git push origin $GITHUB_OUTPUT
- name: 创建Gitea发布