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 bed2326 commit 14cd8a0
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 @@ -138,7 +138,7 @@ jobs:
echo "* **Breaking Change:** ${line#*:}" >> release_notes.md
;;
*)
echo "* ${line}" >> release_notes.md
echo "* ${line#*:}" >> release_notes.md
;;
esac
done
Expand Down

0 comments on commit 14cd8a0

Please sign in to comment.