Fix naming in GitHub releases
This commit is contained in:
parent
06062e92ca
commit
efce819832
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue