mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 00:15:44 +00:00
Fix release email
gh auth login fails if we set GITHUB_TOKEN Signed-off-by: Ashley Cui <acui@redhat.com>
This commit is contained in:
parent
6eb839c947
commit
30a5433d45
1 changed files with 0 additions and 1 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -376,7 +376,6 @@ jobs:
|
|||
--------------
|
||||
EOF
|
||||
|
||||
echo "${GITHUB_TOKEN}" | gh auth login --with-token
|
||||
gh release view "$VERSION" \
|
||||
--repo "${GITHUB_REPOSITORY}" --json=body --jq '.body' >> email_body.txt
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue