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](59c3b48916...1e07f43987)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/2176/head
dependabot[bot] 2 years ago committed by GitHub
parent 09a5b1c6ec
commit a5865168a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .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 }}

Loading…
Cancel
Save