Skip to content

Commit

Permalink
fix: fix the release note description
Browse files Browse the repository at this point in the history
  • Loading branch information
brunograna committed Feb 19, 2024
1 parent ca756df commit 86c14c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
echo "" >> release_notes.md
echo "" >> release_notes.md
echo "**Full Changelog**: https://github.com/buildrun-tech/brc-cli/commits/${{ steps.previous_tag.outputs.previous_tag }}" >> release_notes.md
echo "**Full Changelog**: https://github.com/buildrun-tech/brc-cli/commits/${{ steps.version.outputs.new_version }}" >> release_notes.md
continue-on-error: false

Expand Down

0 comments on commit 86c14c6

Please sign in to comment.