From 60515f7ba9ae7bb15b4b6c547061091a852383ba Mon Sep 17 00:00:00 2001 From: Dave Fisher Date: Sat, 11 Jan 2025 13:06:33 -0800 Subject: [PATCH] Upgrade to softprops/action-gh-release@v2.2.1 --- .github/workflows/preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 1be908cc1..e421ac799 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -144,7 +144,7 @@ jobs: # https://github.com/softprops/action-gh-release - name: create github release - uses: softprops/action-gh-release@v2.2.0 + uses: softprops/action-gh-release@v2.2.1 if: startsWith(github.ref, 'refs/tags/') with: # body: ${{ steps.prepare_summary.outputs.release_summary }}