fix #42 - overwrite body and name as well

This commit is contained in:
regevbr 2023-05-23 22:55:20 +03:00
parent b00963776a
commit 794b3152e1
No known key found for this signature in database
GPG Key ID: 47F0B00C687E259E

View File

@ -40,7 +40,7 @@ jobs:
script: |
const fs = require('fs')
const assert = require('assert').strict;
const expected = fs.readFileSync("README.md", "utf-8")
const release = await github.repos.getReleaseByTag({
...context.repo,