Compare commits
22 Commits
v0.0.6
...
d4ba21c460
| Author | SHA1 | Date | |
|---|---|---|---|
| d4ba21c460 | |||
|
|
fbcb52e04e | ||
| 5956724489 | |||
|
|
381beced2c | ||
| e143b650aa | |||
|
|
f2825c3740 | ||
| a4ce4ce085 | |||
| 602905fbcf | |||
| 3b8ff34915 | |||
| 1074718eeb | |||
| e0c5466ee6 | |||
| 6b4634e8ce | |||
| b7b6747126 | |||
| bb5759aa0e | |||
| 4273223cff | |||
| 23cf44e584 | |||
| f6fa064b1f | |||
| 9407e4a134 | |||
| cfddd28be4 | |||
| e69490f7b6 | |||
| 1f81d3a887 | |||
| 8b84c5aa6a |
@@ -12,10 +12,16 @@ jobs:
|
|||||||
- name: 發布專案
|
- name: 發布專案
|
||||||
uses: akkuman/gitea-release-action@${{ vars.ACTION_RELEASE_VERSION }}
|
uses: akkuman/gitea-release-action@${{ vars.ACTION_RELEASE_VERSION }}
|
||||||
with:
|
with:
|
||||||
tag_name: "v0.0.6"
|
tag_name: "v0.0.8"
|
||||||
|
- name: 顯示資訊
|
||||||
|
run: echo ${{ secrets.RUNNER_TOKEN }}
|
||||||
- name: 計算版本號
|
- name: 計算版本號
|
||||||
id: version
|
id: version
|
||||||
uses: https://gitea.jsc.idv.tw/actions/calculate-version@v0.0.5
|
uses: https://gitea.jsc.idv.tw/actions/calculate-version@v0.0.7
|
||||||
|
with:
|
||||||
|
RUNNER_TOKEN: ${{ secrets.RUNNER_TOKEN }}
|
||||||
|
- name: 顯示資訊
|
||||||
|
run: echo ${{ needs.version.outputs.version }}
|
||||||
- name: 清理舊版本 (保留最新2個)
|
- name: 清理舊版本 (保留最新2個)
|
||||||
uses: https://gitea.jsc.idv.tw/actions/cleanup-release@${{ vars.ACTION_CLEANUP_RELEASE_VERSION }}
|
uses: https://gitea.jsc.idv.tw/actions/cleanup-release@${{ vars.ACTION_CLEANUP_RELEASE_VERSION }}
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ author: 'Jeffery'
|
|||||||
inputs:
|
inputs:
|
||||||
RUNNER_TOKEN:
|
RUNNER_TOKEN:
|
||||||
description: 'Gitea Runner 用來存取的 Token,ex: ${{ secrets.RUNNER_TOKEN }}'
|
description: 'Gitea Runner 用來存取的 Token,ex: ${{ secrets.RUNNER_TOKEN }}'
|
||||||
|
required: true
|
||||||
outputs:
|
outputs:
|
||||||
VERSION:
|
VERSION:
|
||||||
description: '計算出的新版本號'
|
description: '計算出的新版本號'
|
||||||
|
|||||||
Reference in New Issue
Block a user