From 37693b95d718aedd16606e1a7f1c7e62e17733ff Mon Sep 17 00:00:00 2001 From: coolsnowwolf <31687149+coolsnowwolf@users.noreply.github.com> Date: Tue, 10 Jun 2025 16:56:12 +0800 Subject: [PATCH] workflows: fix release --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e9b34c5..94685c2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -201,7 +201,7 @@ jobs: done - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@@v2.2.2 if: ${{ needs.job_prepare.outputs.push_type == 'tag' }} with: body_path: release_note/release_note.md