Fix naming in GitHub releases

This commit is contained in:
Ajeet D'Souza 2021-03-15 03:01:30 +05:30
parent 06062e92ca
commit efce819832
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
release_name: ${{ github.ref }}
- uses: actions/download-artifact@v2