mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-31 23:36:12 +00:00
release: Drop obsolete comment in workflow file
This comment belongs to the hub tool that got sunset by 710eb8ab9d
.
Just drop it.
Signed-off-by: Greg Kurz <groug@kaod.org>
This commit is contained in:
parent
6236fa4617
commit
d20b7381f0
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
@ -167,9 +167,6 @@ jobs:
|
||||
asc="${tarball}.asc"
|
||||
curl -sSLO "${download_url}/${tarball}"
|
||||
curl -sSLO "${download_url}/${asc}"
|
||||
# "-m" option should be empty to re-use the existing release title
|
||||
# without opening a text editor.
|
||||
# For the details, check https://hub.github.com/hub-release.1.html.
|
||||
gh release upload "${tag}" "${tarball}"
|
||||
gh release upload "${tag}" "${asc}"
|
||||
popd
|
||||
|
Loading…
Reference in New Issue
Block a user