Skip to content

Commit fa6f651

Browse files
committed
feat: add ci & cd integration
1 parent f110cba commit fa6f651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
git log --pretty=format:"@%an" ${{ steps.previous_tag.outputs.previous_tag }}..${{ steps.version.outputs.new_version }} | sort -u >> release_notes.md
155155
156156
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
157+
echo "**Full Changelog**: https://github.com/buildrun-tech/brc-cli/commits/${{ steps.previous_tag.outputs.previous_tag }}" >> release_notes.md
158158
159159
continue-on-error: false
160160

0 commit comments

Comments
 (0)