+5
-1
@@ -8,6 +8,9 @@ inputs:
|
|||||||
RELEASE_VERSION:
|
RELEASE_VERSION:
|
||||||
description: '專案版本'
|
description: '專案版本'
|
||||||
required: true
|
required: true
|
||||||
|
RUNNER_TOKEN:
|
||||||
|
description: '存取權杖'
|
||||||
|
required: true
|
||||||
outputs:
|
outputs:
|
||||||
text:
|
text:
|
||||||
description: '輸出的文字'
|
description: '輸出的文字'
|
||||||
@@ -25,7 +28,8 @@ runs:
|
|||||||
target_commitish: master
|
target_commitish: master
|
||||||
files: |
|
files: |
|
||||||
${{ inputs.PROJECT_NAME }}.${{ inputs.RELEASE_VERSION }}.zip
|
${{ inputs.PROJECT_NAME }}.${{ inputs.RELEASE_VERSION }}.zip
|
||||||
- uses: https://gitea.jsc.idv.tw/actions/nuget-push@v0.1.4
|
- uses: https://gitea.jsc.idv.tw/actions/nuget-push@v0.1.5
|
||||||
with:
|
with:
|
||||||
RELEASE_VERSION: "${{ inputs.RELEASE_VERSION }}"
|
RELEASE_VERSION: "${{ inputs.RELEASE_VERSION }}"
|
||||||
|
RUNNER_TOKEN: "${{ inputs.RUNNER_TOKEN }}"
|
||||||
- uses: https://gitea.jsc.idv.tw/actions/cleanup-release@v0.4.0
|
- uses: https://gitea.jsc.idv.tw/actions/cleanup-release@v0.4.0
|
||||||
Reference in New Issue
Block a user