mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-10 20:02:31 +00:00
Fix incorrect gh usage
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -121,7 +121,7 @@ jobs:
|
|||||||
gh release create ${{ github.ref_name }}
|
gh release create ${{ github.ref_name }}
|
||||||
--repo ${{ github.event.repository.full_name }}
|
--repo ${{ github.event.repository.full_name }}
|
||||||
--title ${{ github.ref_name }}
|
--title ${{ github.ref_name }}
|
||||||
--notes-from-tag
|
--generate-notes
|
||||||
--verify-tag
|
--verify-tag
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
|||||||
Reference in New Issue
Block a user