Skip to content

Commit

Permalink
cd: fix the workflow with usernames
Browse files Browse the repository at this point in the history
  • Loading branch information
brunograna committed Feb 19, 2024
1 parent e4b88c2 commit bed2326
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 @@ -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

Expand Down

0 comments on commit bed2326

Please sign in to comment.