forked from phoenix/litellm-mirror
build(ghcr_deploy.yml): fix discord release note push
This commit is contained in:
parent
cd99c5c9d3
commit
3f67821c4c
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ghcr_deploy.yml
vendored
3
.github/workflows/ghcr_deploy.yml
vendored
|
@ -289,7 +289,8 @@ jobs:
|
|||
repo: context.repo.repo,
|
||||
release_id: process.env.RELEASE_ID,
|
||||
});
|
||||
return response.data.body;
|
||||
const formattedBody = JSON.stringify(response.data.body).slice(1, -1);
|
||||
return formattedBody;
|
||||
} catch (error) {
|
||||
core.setFailed(error.message);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue