From 469cd0249c55204cfe2ace1d12b0ba5e3ce002fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 21:16:22 +0000 Subject: [PATCH] update softprops/action-gh-release digest to 69320db --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 937f9c5..97d4c44 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,7 +66,7 @@ jobs: desktop/build/compose/jars/*.jar - name: Release - uses: softprops/action-gh-release@91409e712cf565ce9eff10c87a8d1b11b81757ae + uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 with: prerelease: ${{ contains(github.event.inputs.version, '-rc') || contains(github.event.inputs.version, '-b') || contains(github.event.inputs.version, '-a') }} files: | @@ -109,7 +109,7 @@ jobs: path: android/build/outputs/apk/release/*.apk - name: Release - uses: softprops/action-gh-release@91409e712cf565ce9eff10c87a8d1b11b81757ae + uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 with: prerelease: ${{ contains(github.event.inputs.version, '-rc') || contains(github.event.inputs.version, '-b') || contains(github.event.inputs.version, '-a') }} files: | @@ -136,7 +136,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Release - uses: softprops/action-gh-release@91409e712cf565ce9eff10c87a8d1b11b81757ae + uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 with: body: ${{steps.github_release.outputs.changelog}} prerelease: ${{ contains(github.event.inputs.version, '-rc') || contains(github.event.inputs.version, '-b') || contains(github.event.inputs.version, '-a') }}