Merge pull request #2176 from gedoor/dependabot/github_actions/softprops/action-gh-release-1e07f4398721186383de40550babbdf2b84acfc5

Bump softprops/action-gh-release from 59c3b4891632ff9a897f99a91d7bc557467a3a22 to 1
pull/2179/head
kunfei 2 years ago committed by GitHub
commit 55b302b15e
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