From 20d104ab9bec40dbc592dddd1cacb9f2f228af75 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Fri, 20 Mar 2026 17:11:41 +0800 Subject: [PATCH 1/2] =?UTF-8?q?test:=20=E5=B0=87=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E6=AA=94=E6=A1=88=E6=94=BE=E5=88=B0=E5=85=B1=E7=94=A8=E8=B3=87?= =?UTF-8?q?=E6=96=99=E5=A4=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index afe41b1..42f5598 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" > "$GITHUB_WORKSPACE/VERSION.txt" \ No newline at end of file -- 2.48.1 From 6041e730fa8bb9a0ba305faa0224b33ed774469e Mon Sep 17 00:00:00 2001 From: Jeffery Date: Fri, 20 Mar 2026 17:12:10 +0800 Subject: [PATCH 2/2] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E8=99=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/master.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/master.yaml b/.gitea/workflows/master.yaml index 31d3428..b0897b7 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.8" + tag_name: "v0.1.9" - name: 清理舊版本 (保留最新2個) uses: https://gitea.jsc.idv.tw/actions/cleanup-release@${{ vars.ACTION_CLEANUP_RELEASE_VERSION }} with: @@ -25,7 +25,7 @@ jobs: version: ${{ steps.version.outputs.version }} steps: - name: 計算版本號 - uses: https://gitea.jsc.idv.tw/actions/calculate-version@v0.1.8 + uses: https://gitea.jsc.idv.tw/actions/calculate-version@v0.1.9 - name: 輸出版本號 id: version run: cat VERSION.txt >> $GITHUB_OUTPUT -- 2.48.1