Skip to content

Commit

Permalink
Fix release notes update command (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat authored Mar 28, 2023
1 parent 7e95b0c commit 7a9f6a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7a9f6a7

Please sign in to comment.