From 22d14c0e9f218bf51d885f6a7b389bdae0e945be Mon Sep 17 00:00:00 2001 From: Jeffery Date: Fri, 20 Mar 2026 17:07:22 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=99=BC=E5=B8=83=E6=96=B0=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/master.yaml | 6 +++--- entrypoint.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/master.yaml b/.gitea/workflows/master.yaml index 5f4172d..6c97b72 100644 --- a/.gitea/workflows/master.yaml +++ b/.gitea/workflows/master.yaml @@ -10,7 +10,7 @@ jobs: - name: 發布專案 uses: akkuman/gitea-release-action@${{ vars.ACTION_RELEASE_VERSION }} with: - tag_name: "v0.1.7" + tag_name: "v0.1.8" - name: 清理舊版本 (保留最新2個) uses: https://gitea.jsc.idv.tw/actions/cleanup-release@${{ vars.ACTION_CLEANUP_RELEASE_VERSION }} with: @@ -25,10 +25,10 @@ jobs: version: ${{ steps.version.outputs.version }} steps: - name: 計算版本號 - uses: https://gitea.jsc.idv.tw/actions/calculate-version@v0.1.7 + uses: https://gitea.jsc.idv.tw/actions/calculate-version@v0.1.8 - name: 輸出版本號 id: version - run: echo "VERSION.txt" >> $GITHUB_OUTPUT + run: echo VERSION.txt >> $GITHUB_OUTPUT test: name: "TEST > 測試專案" runs-on: docker diff --git a/entrypoint.sh b/entrypoint.sh index a5bf07e..afe41b1 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -71,4 +71,4 @@ PATCH=$((PATCH + 1)) NEW_VERSION="$MAJOR.$MINOR.$PATCH" && echo "NEW_VERSION=$NEW_VERSION" # 將版本輸出到環境變數 -echo "version=$NEW_VERSION" >> "VERSION.txt" \ No newline at end of file +echo "version=$NEW_VERSION" > VERSION.txt \ No newline at end of file -- 2.48.1