Skip to content

Commit

Permalink
ci(#129): fix changelog url
Browse files Browse the repository at this point in the history
  • Loading branch information
jannis-baum committed Jul 26, 2024
1 parent 04ab6bb commit 35ff416
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 @@ -97,7 +97,7 @@ jobs:
> release.md
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 }}" \
echo -e "\n**Full changelog**: https://github.com/jannis-baum/vivify/compare/$(git tag --sort=version:refname | tail -2 | head -1)...${{ github.ref_name }}" \
>> release.md
echo -e '\n**SHA256 checksums**\\' \
>> release.md
Expand Down

0 comments on commit 35ff416

Please sign in to comment.