From 4cce4eae4c0a9e5a9a200983e966c35545200c4c Mon Sep 17 00:00:00 2001 From: Jeffery Date: Mon, 18 May 2026 04:12:22 +0000 Subject: [PATCH] chore: bump nuget-push action --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index cbb72b3..2e4c9fe 100644 --- a/action.yml +++ b/action.yml @@ -27,7 +27,7 @@ runs: files: | ${{ inputs.PROJECT_NAME }}.${{ inputs.RELEASE_VERSION }}.zip - name: 推送套件 - uses: https://gitea.jsc.idv.tw/actions/nuget-push@v0.1.7 + uses: https://gitea.jsc.idv.tw/actions/nuget-push@v0.1.8 with: RELEASE_VERSION: ${{ inputs.RELEASE_VERSION }} RUNNER_TOKEN: ${{ inputs.RUNNER_TOKEN }}