diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 34e9fe2..ef42a26 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@9a28f2423fd7ba2781181bb13e8aba228027c4e9 + uses: softprops/action-gh-release@79721680dfc87fb0f44dfe65df68961056d55c38 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@9a28f2423fd7ba2781181bb13e8aba228027c4e9 + uses: softprops/action-gh-release@79721680dfc87fb0f44dfe65df68961056d55c38 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@9a28f2423fd7ba2781181bb13e8aba228027c4e9 + uses: softprops/action-gh-release@79721680dfc87fb0f44dfe65df68961056d55c38 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') }}