From 7af98ffa0f1774bb5118cbc152d1fb8797c3b2cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 07:13:32 -0700 Subject: [PATCH] Bump softprops/action-gh-release from 2.0.4 to 2.0.5 (#4398) Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.0.4 to 2.0.5. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v2.0.4...v2.0.5) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] 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 ee0a5559b4b..ae58032c757 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@v2.0.4 + uses: softprops/action-gh-release@v2.0.5 with: tag_name: ${{ steps.rel_number.outputs.version }} body_path: ./app/build/outputs/changelogGithub