From 3a1e604a69ef7b39dbfd6ef4ba5c3d3ac5116149 Mon Sep 17 00:00:00 2001 From: Otto Date: Tue, 24 Oct 2023 19:36:47 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E5=B1=A1=E8=B4=A5=E5=B1=A1=E6=88=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 20159c2..a1c0ef0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,4 @@ jobs: echo "latest tag: $latest_tag" zip -r dist.zip main.js manifest.json styles.css - ls - # gh release create "$latest_tag" \ - --title="$latest_tag" \ - main.js styles.css manifest.json dist.zip + # gh release create "$latest_tag" --generate-notes main.js styles.css manifest.json dist.zip