Skip to content

Commit ade9c78

Browse files
committed
fix release name
1 parent 9704721 commit ade9c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: softprops/action-gh-release@v1
4444
with:
4545
tag_name: ${{ steps.package_version.outputs.version }}
46-
name: ${{ github.repository.name }} ${{ steps.package_version.outputs.version }}
46+
name: ${{ github.event.repository.name }} ${{ steps.package_version.outputs.version }}
4747
generate_release_notes: true
4848
env:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)