From 94fac31dc0de0c7d042e409b446a981489b2789d Mon Sep 17 00:00:00 2001 From: Jannis Baum Date: Fri, 19 Jul 2024 16:39:55 +0200 Subject: [PATCH] fix(#113) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 77f033c5..b7da1c73 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -90,7 +90,7 @@ jobs: run: | echo -e "## What's changed\n" \ > release.md - git tag -l --format="%(contents:subject)" ${{ github.ref }} \ + git tag -l --format="%(contents)" ${{ github.ref_name }} | sed '/^-----BEGIN PGP SIGNATURE-----/,$d' \ >> release.md echo -e "\n**Full changelog**: https://github.com/jannis-baum/vivify/compare/$(git tag --sort=version:refname | tail -2 | head -1)...${{ github.ref }}" \ >> release.md