mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-14 07:43:31 -07:00
Fix incorrect gh usage
This commit is contained in:
parent
daa6f1e696
commit
d481f73020
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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue