From 20c29a19f3e96eb1434150b55cc34e88fdea32e3 Mon Sep 17 00:00:00 2001 From: Boshen Date: Sat, 14 Dec 2024 13:24:00 +0800 Subject: [PATCH] ci: downgrade `action-gh-release` v2.2.0 is broken https://github.com/softprops/action-gh-release/issues/555 --- .github/workflows/release_oxlint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_oxlint.yml b/.github/workflows/release_oxlint.yml index 21c8f55e5eed3..3d77bb081131e 100644 --- a/.github/workflows/release_oxlint.yml +++ b/.github/workflows/release_oxlint.yml @@ -204,7 +204,7 @@ jobs: done - name: Create GitHub Release - uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0 + uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2.0.9 with: body: ${{ steps.run.outputs.CHANGELOG }} draft: false