From 699981fc9aa53098bb400e046f65c87b2f6136c3 Mon Sep 17 00:00:00 2001 From: Yihau Chen Date: Sun, 15 Sep 2024 14:15:43 +0800 Subject: [PATCH] ci: bump softprops/action-gh-release to v2 (#2933) --- .github/workflows/release-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index 4dca7118c11348..8b1da1d7e28426 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -102,7 +102,7 @@ jobs: path: ./windows-release/ - name: Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: tag_name: ${{ needs.windows-build.outputs.tag }} draft: true