From 7a9f6a7e18a47f76a8819a4d8ac541b01ef7ba8a Mon Sep 17 00:00:00 2001 From: Atsushi Watanabe Date: Tue, 28 Mar 2023 17:37:02 +0900 Subject: [PATCH] Fix release notes update command (#29) --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 589f8f9..5470c4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,6 @@ jobs: IMAGE_TAG=${GITHUB_REF#refs/tags/} echo '## Tool versions' > ./notes docker run ghcr.io/seqsense/protoc-assets cat /versions | xargs -L1 echo "-" >> ./notes - gh release edit \ - --tag ${IMAGE_TAG} \ + gh release edit ${IMAGE_TAG} \ --title ${IMAGE_TAG} \ --notes-file ./notes