From 1a9d2ed2ab7150c4e6c69ccfcc602fc43b53719f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 01:58:08 +0000 Subject: [PATCH] Update softprops/action-gh-release action to v2.0.6 --- .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 3c5ec03..363b2a6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: zip.exe VRChatRejoinTool.Installer.BOOTH.zip VRChatRejoinTool.Installer.exe - name: pre-release - uses: softprops/action-gh-release@v2.0.5 + uses: softprops/action-gh-release@v2.0.6 with: tag_name: "latest" prerelease: true @@ -47,7 +47,7 @@ jobs: VRChatRejoinTool.Installer.BOOTH.zip - name: tagged-release - uses: softprops/action-gh-release@v2.0.5 + uses: softprops/action-gh-release@v2.0.6 if: startsWith(github.ref, 'refs/tags/') with: files: |