feat: 發布新版

This commit is contained in:
Jeffery
2026-03-20 16:51:35 +08:00
parent d7cd868c04
commit 4e236c8d0f
2 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ jobs:
- name: 發布專案
uses: akkuman/gitea-release-action@${{ vars.ACTION_RELEASE_VERSION }}
with:
tag_name: "v0.1.4"
tag_name: "v0.1.5"
- name: 清理舊版本 (保留最新2個)
uses: https://gitea.jsc.idv.tw/actions/cleanup-release@${{ vars.ACTION_CLEANUP_RELEASE_VERSION }}
with:
@@ -22,7 +22,7 @@ jobs:
runs-on: docker
needs: cd
outputs:
version: ${{ steps.version.outputs.VERSION }}
version: ${{ steps.version.outputs.version }}
steps:
- name: 計算版本號
id: version
@@ -33,4 +33,4 @@ jobs:
needs: test-calculate
steps:
- name: 顯示版本號
run: echo ${{ needs.test-calculate.outputs.VERSION }}
run: echo ${{ needs.test-calculate.outputs.version }}

View File

@@ -6,7 +6,7 @@ author: 'Jeffery'
# description: 'Gitea Runner 用來存取的 Tokenex: ${{ secrets.RUNNER_TOKEN }}'
# required: true
outputs:
VERSION:
version:
description: '計算出的新版本號'
runs:
using: 'docker'