From 2301abd4ad30dd0c9ade0cde907efaebd90a9db5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 23:29:33 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release action to v2 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e4666cf..0996667 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,7 +63,7 @@ jobs: echo "::set-output name=list::${list}" - name: Pre Release - uses: softprops/action-gh-release@v0.1.15 + uses: softprops/action-gh-release@v2.0.8 if: startsWith(github.ref, 'refs/tags/') && contains(github.ref, 'rc') with: draft: true @@ -72,7 +72,7 @@ jobs: files: ${{ steps.upload-files.outputs.list }} - name: Release - uses: softprops/action-gh-release@v0.1.15 + uses: softprops/action-gh-release@v2.0.8 if: startsWith(github.ref, 'refs/tags/') && (!contains(github.ref, 'rc')) with: draft: false