From 20192d4910e13d3c81638546ab5a61f515b3a5e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:03:46 -0800 Subject: [PATCH] Update softprops/action-gh-release to 2.2.0 (#2530) --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 72c63a90f9..b9f280bbb4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -113,7 +113,7 @@ jobs: shell: bash - name: Publish Archive - uses: softprops/action-gh-release@v2.1.0 + uses: softprops/action-gh-release@v2.2.0 if: ${{ startsWith(github.ref, 'refs/tags/') }} with: draft: false @@ -123,7 +123,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Publish Changelog - uses: softprops/action-gh-release@v2.1.0 + uses: softprops/action-gh-release@v2.2.0 if: >- ${{ startsWith(github.ref, 'refs/tags/') @@ -160,7 +160,7 @@ jobs: shasum -a 256 * > ../SHA256SUMS - name: Publish Checksums - uses: softprops/action-gh-release@v2.1.0 + uses: softprops/action-gh-release@v2.2.0 with: draft: false files: SHA256SUMS