Skip to content

Commit

Permalink
fix #42 - overwrite body and name as well
Browse files Browse the repository at this point in the history
  • Loading branch information
regevbr committed May 23, 2023
1 parent b009637 commit 794b315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 794b315

Please sign in to comment.