Fix release name

pull/131/head
John Barton 2020-11-11 15:35:55 +11:00
parent c142d16052
commit c49ef66cd3
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v2
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
name: Release ${{ github.ref }} release_name: Release ${{ github.ref }}
tag: ${{ github.ref }} tag: ${{ github.ref }}
file: dist/* file: dist/*
file_glob: true file_glob: true