From a5865168a1b597e3320a93f00694d3826b5435c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Aug 2022 05:00:13 +0000 Subject: [PATCH] Bump softprops/action-gh-release Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 59c3b4891632ff9a897f99a91d7bc557467a3a22 to 1. This release includes the previously tagged commit. - [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/59c3b4891632ff9a897f99a91d7bc557467a3a22...1e07f4398721186383de40550babbdf2b84acfc5) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fbf81413d..04efc5872 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,7 +88,7 @@ jobs: - name: Release if: ${{ env.product == 'app' }} - uses: softprops/action-gh-release@59c3b4891632ff9a897f99a91d7bc557467a3a22 + uses: softprops/action-gh-release@1e07f4398721186383de40550babbdf2b84acfc5 with: name: legado_app_${{ env.VERSION }} tag_name: ${{ env.VERSION }}