更新 .gitea/workflows/master.yaml

This commit is contained in:
2026-03-05 08:00:31 +00:00
parent 61bf161a0e
commit 15a1329f18

View File

@@ -17,7 +17,7 @@ jobs:
repository: ${{ gitea.repository }} repository: ${{ gitea.repository }}
token: ${{ secrets.GITEA_TOKEN }} token: ${{ secrets.GITEA_TOKEN }}
- name: 發布專案 - name: 發布專案
uses: akkuman/gitea-release-action@v1 uses: akkuman/gitea-release-action@${{ vars.ACTION_RELEASE_VERSION }}
with: with:
tag_name: "v${{ steps.version.outputs.VERSION }}" tag_name: "v${{ steps.version.outputs.VERSION }}"
- name: 清理舊版本 (保留最新2個) - name: 清理舊版本 (保留最新2個)