From 8c2abc18dd71e28924f0340c5ba3e67fa6edaf83 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 19:00:07 +0000 Subject: [PATCH] update softprops/action-gh-release digest to d1798aa --- .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 19645c4..c73949a 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@a485adba73bc95d9848c86e019d675bac99de0ed + uses: softprops/action-gh-release@d1798aa3dc45a3eb4258be26641b43ef01552715 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@a485adba73bc95d9848c86e019d675bac99de0ed + uses: softprops/action-gh-release@d1798aa3dc45a3eb4258be26641b43ef01552715 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@a485adba73bc95d9848c86e019d675bac99de0ed + uses: softprops/action-gh-release@d1798aa3dc45a3eb4258be26641b43ef01552715 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') }}