We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f110cba commit fa6f651Copy full SHA for fa6f651
.github/workflows/cd.yml
@@ -154,7 +154,7 @@ jobs:
154
git log --pretty=format:"@%an" ${{ steps.previous_tag.outputs.previous_tag }}..${{ steps.version.outputs.new_version }} | sort -u >> release_notes.md
155
156
echo "" >> release_notes.md
157
- echo "**Full Changelog**: https://github.com/buildrun-tech/brc-cli/commits/${{ steps.latest_tag.outputs.latest_tag }}" >> release_notes.md
+ echo "**Full Changelog**: https://github.com/buildrun-tech/brc-cli/commits/${{ steps.previous_tag.outputs.previous_tag }}" >> release_notes.md
158
159
continue-on-error: false
160
0 commit comments