diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 0fb5d5e..d095561 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -148,7 +148,7 @@ jobs: git log --pretty=format:"@%an" ${{ steps.previous_tag.outputs.previous_tag }}..${{ steps.version.outputs.new_version }} | sort -u >> release_notes.md echo "" >> release_notes.md - echo "**Full Changelog**: https://github.com/buildrun-tech/brc-cli/commits/${{ steps.latest_tag.outputs.latest_tag }}" >> changelog.md + echo "**Full Changelog**: https://github.com/buildrun-tech/brc-cli/commits/${{ steps.latest_tag.outputs.latest_tag }}" >> release_notes.md continue-on-error: false