Refactor CI/CD workflows and action configuration for clarity and consistency

This commit is contained in:
2026-06-29 09:08:14 +00:00
parent 5db3b328a2
commit 12fccecf3f
3 changed files with 35 additions and 26 deletions
+4 -9
View File
@@ -4,14 +4,9 @@ on:
branches:
- master
jobs:
release-tag:
name: Release Tag
release-tag-version:
name: Release Tag Version
runs-on: ubuntu
steps:
- name: Release Tag
uses: https://gitea.jsc.idv.tw/composite-actions/release-tag@${{ vars.ACTION_VERSION_CALCULATE_VERSION }}
with:
gitea_token: ${{ secrets.GITEA_TOKEN }}
gitea_release: ${{ vars.ACTION_GITEA_RELEASE_VERSION }}
version_calculate: ${{ vars.ACTION_VERSION_CALCULATE_VERSION }}
release_cleanup: ${{ vars.ACTION_RELEASE_CLEANUP_VERSION }}
- name: 釋出並標註成品版本
uses: https://gitea.jsc.idv.tw/composite-actions/release-tag-version@${{ vars.ACTION_RELEASE_TAG_VERSION }}