From 4a72229245114156d4f09828addddddc355c01bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 17:51:13 +0100 Subject: [PATCH] Bump softprops/action-gh-release from 0.1.15 to 2.0.2 (#4259) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/onPush.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/onPush.yml b/.github/workflows/onPush.yml index 451a4d4a1..91a113720 100644 --- a/.github/workflows/onPush.yml +++ b/.github/workflows/onPush.yml @@ -93,7 +93,7 @@ jobs: - name: Create Github Pre-Release if: github.event.inputs.beta == 'true' - uses: softprops/action-gh-release@v0.1.15 + uses: softprops/action-gh-release@v2.0.2 with: tag_name: ${{ steps.rel_number.outputs.version }} body_path: ./app/build/outputs/changelogGithub