Initial commit

This commit is contained in:
2026-06-29 03:15:10 +00:00
commit 2350e8b147
3 changed files with 64 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
name: CD
on:
push:
branches:
- master
jobs:
release-tag-version:
name: Release Tag Version
runs-on: ubuntu
steps:
- name: 釋出並標註成品版本
uses: https://gitea.jsc.idv.tw/composite-actions/release-tag-version@${{ vars.ACTION_RELEASE_TAG_VERSION }}