fix #42 - overwrite body and name as well
This commit is contained in:
parent
b00963776a
commit
794b3152e1
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -40,7 +40,7 @@ jobs:
|
|||||||
script: |
|
script: |
|
||||||
const fs = require('fs')
|
const fs = require('fs')
|
||||||
const assert = require('assert').strict;
|
const assert = require('assert').strict;
|
||||||
|
|
||||||
const expected = fs.readFileSync("README.md", "utf-8")
|
const expected = fs.readFileSync("README.md", "utf-8")
|
||||||
const release = await github.repos.getReleaseByTag({
|
const release = await github.repos.getReleaseByTag({
|
||||||
...context.repo,
|
...context.repo,
|
||||||
|
Loading…
Reference in New Issue
Block a user