Compare commits
29 Commits
v0.3.7
...
dade5e1316
| Author | SHA1 | Date | |
|---|---|---|---|
| dade5e1316 | |||
| 61c9013fe0 | |||
| 7730f56c49 | |||
| e706ad7c5a | |||
| ae8127d5c2 | |||
| 9df8b8dcaa | |||
| 4a6a3c159d | |||
| 8cbe2e3e4d | |||
| 075bc62138 | |||
| 4a2c9d6064 | |||
| 17721ae9d0 | |||
| 9929c05469 | |||
| a078f2d984 | |||
| 9068f5e5b6 | |||
| e40a7adad6 | |||
| 214ec5f7bd | |||
| 829c119657 | |||
| 2ac7efe907 | |||
| 74e3e758c9 | |||
| 3e32b71abe | |||
| a8eaa2a293 | |||
| f6925cc5e7 | |||
| 2daf39673a | |||
| f3afba6e49 | |||
| c5b69ac380 | |||
| 963fa24ce0 | |||
| 93402e99ee | |||
| ac72d18016 | |||
| 70cac9e740 |
@@ -21,7 +21,12 @@ jobs:
|
|||||||
uses: akkuman/gitea-release-action@${{ vars.ACTION_RELEASE_VERSION }}
|
uses: akkuman/gitea-release-action@${{ vars.ACTION_RELEASE_VERSION }}
|
||||||
with:
|
with:
|
||||||
tag_name: "v${{ needs.version.outputs.version }}"
|
tag_name: "v${{ needs.version.outputs.version }}"
|
||||||
- name: 清理成品
|
test:
|
||||||
|
name: "CD > 清理舊版成品"
|
||||||
|
runs-on: ubuntu
|
||||||
|
needs: release
|
||||||
|
steps:
|
||||||
|
- name: 清理舊版成品
|
||||||
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:
|
||||||
RUNNER_TOKEN: ${{ secrets.RUNNER_TOKEN }}
|
RUNNER_TOKEN: ${{ secrets.RUNNER_TOKEN }}
|
||||||
Reference in New Issue
Block a user