From b70094adfcae0b3c4058883c2936c9caf943bb43 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Apr 2025 19:36:04 +0000 Subject: [PATCH] Update softprops/action-gh-release action to v2.2.2 --- .github/workflows/fetch_releases.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fetch_releases.yaml b/.github/workflows/fetch_releases.yaml index ae2dbc7..874be34 100644 --- a/.github/workflows/fetch_releases.yaml +++ b/.github/workflows/fetch_releases.yaml @@ -138,7 +138,7 @@ jobs: #continuous - name: Releaser (Continuous) if: env.HAS_RELEASE == 'TRUE' - uses: softprops/action-gh-release@v2.2.1 + uses: softprops/action-gh-release@v2.2.2 with: name: "Continuous ${{ matrix.title }}_${{ matrix.arch }}" tag_name: "${{ matrix.title }}_${{ matrix.arch }}" @@ -153,7 +153,7 @@ jobs: #Snapshot - name: Releaser (Snapshot) if: env.HAS_RELEASE == 'TRUE' - uses: softprops/action-gh-release@v2.2.1 + uses: softprops/action-gh-release@v2.2.2 with: name: "Snapshot-(${{ matrix.title }}_${{ matrix.arch }}_${{ env.UTC_TIME }}" tag_name: "${{ matrix.title }}_${{ matrix.arch }}_${{ env.UTC_TIME }}"