Merge pull request #2610 from gedoor/dependabot/github_actions/softprops/action-gh-release-0.1.15

Bump softprops/action-gh-release from 0.1.14 to 0.1.15
pull/2612/head
kunfei 2 years ago committed by GitHub
commit 4fd80de9cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/release.yml

@ -83,7 +83,7 @@ jobs:
- name: Release
if: ${{ env.product == 'app' }}
uses: softprops/action-gh-release@1e07f4398721186383de40550babbdf2b84acfc5
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844
with:
name: legado_app_${{ env.VERSION }}
tag_name: ${{ env.VERSION }}

Loading…
Cancel
Save