Skip to content

Commit

Permalink
fix(#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
jannis-baum committed Jul 19, 2024
1 parent 88fa0d5 commit 94fac31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 94fac31

Please sign in to comment.