Merge pull request '更新 .gitea/workflows/master.yaml' (#5) from develop into master
CD / 1. BUILD (push) Successful in 1s
CD / 2. DEPLOY (push) Successful in 2s

Reviewed-on: #5
Reviewed-by: 系統管理員 <1+admin@noreply.localhost>
This commit was merged in pull request #5.
This commit is contained in:
2026-07-01 09:13:34 +00:00
2 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -25,6 +25,6 @@ jobs:
- name: Publishing Release - name: Publishing Release
uses: akkuman/gitea-release-action@${{ vars.ACTION_GITEA_RELEASE_VERSION }} uses: akkuman/gitea-release-action@${{ vars.ACTION_GITEA_RELEASE_VERSION }}
with: with:
name: "${{ gitea.event.repository.name }} v$VERSION" name: "${{ gitea.event.repository.name }} v${{ env.VERSION }}"
tag_name: "v$VERSION" tag_name: "v${{ env.VERSION }}"
target_commitish: ${{ gitea.sha }} target_commitish: ${{ gitea.sha }}
+3 -1
View File
@@ -4,4 +4,6 @@
- BUILD - BUILD
- TEST - TEST
- RESULT - RESULT
- CD - CD
- BUILD
- DEPLOY