ci: switch to ghaction-github-release

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
pull/1418/head
CrazyMax 3 years ago
parent 6e9b743296
commit 27d083523e
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

@ -185,7 +185,7 @@ jobs:
- -
name: GitHub Release name: GitHub Release
if: startsWith(github.ref, 'refs/tags/v') if: startsWith(github.ref, 'refs/tags/v')
uses: softprops/action-gh-release@1e07f4398721186383de40550babbdf2b84acfc5 uses: crazy-max/ghaction-github-release@v1
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: with:

Loading…
Cancel
Save