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') }}