From 794b3152e1a46089985f47e0d9a3a6ce5615a4c7 Mon Sep 17 00:00:00 2001 From: regevbr Date: Tue, 23 May 2023 22:55:20 +0300 Subject: [PATCH] fix #42 - overwrite body and name as well --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4423cac..c287dda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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,