test: 相信 AI 再試一次 GITHUB_OUTPUT

This commit is contained in:
Jeffery
2026-03-20 17:31:29 +08:00
parent b418abbbac
commit 8cf6a41f3c
3 changed files with 7 additions and 15 deletions

View File

@@ -10,7 +10,7 @@ jobs:
- name: 發布專案
uses: akkuman/gitea-release-action@${{ vars.ACTION_RELEASE_VERSION }}
with:
tag_name: "v0.1.9"
tag_name: "v0.2.0"
- name: 清理舊版本 (保留最新2個)
uses: https://gitea.jsc.idv.tw/actions/cleanup-release@${{ vars.ACTION_CLEANUP_RELEASE_VERSION }}
with:
@@ -25,19 +25,8 @@ jobs:
version: ${{ steps.version.outputs.version }}
steps:
- name: 計算版本號
uses: https://gitea.jsc.idv.tw/actions/calculate-version@v0.1.9
- name: 顯示工作目錄
run: |
echo "工作目錄: $(pwd)" && ls -la
workspace: ${{ github.workspace }}
- name: 顯示工作目錄
run: |
echo "工作目錄: $(pwd)" && ls -la
workspace: /workspace
- name: 輸出版本號
id: version
run: cat VERSION.txt >> $GITHUB_OUTPUT
workspace: ${{ github.workspace }}
uses: https://gitea.jsc.idv.tw/actions/calculate-version@v0.2.0
test:
name: "TEST > 測試專案"
runs-on: docker