mirror of https://github.com/keeweb/keeweb
debugging publish
parent
a003d8bfe6
commit
06ed20f59c
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue