debugging publish

This commit is contained in:
antelle 2020-04-06 21:51:54 +02:00
parent a003d8bfe6
commit 06ed20f59c
No known key found for this signature in database
GPG Key ID: 094A2F2D6136A4EE
2 changed files with 4 additions and 0 deletions

View File

@ -414,6 +414,8 @@ async function run() {
.trim()
.replace(/\s*\n/g, '\n');
console.log(`Updating release with notes:\n${body}`);
await github.repos.updateRelease({
owner,
repo,

View File

@ -21,6 +21,8 @@ async function run() {
.trim()
.replace(/\s*\n/g, '\n');
console.log(`Updating release with notes:\n${body}`);
await github.repos.updateRelease({
owner,
repo,