Skip to content
This repository was archived by the owner on Jan 12, 2022. It is now read-only.

Commit c49ef66

Browse files
committed
Fix release name
1 parent c142d16 commit c49ef66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: svenstaro/upload-release-action@v2
2525
with:
2626
repo_token: ${{ secrets.GITHUB_TOKEN }}
27-
name: Release ${{ github.ref }}
27+
release_name: Release ${{ github.ref }}
2828
tag: ${{ github.ref }}
2929
file: dist/*
3030
file_glob: true

0 commit comments

Comments
 (0)