Skip to content

Commit

Permalink
ci: fix typo in release.sh script
Browse files Browse the repository at this point in the history
Signed-off-by: Salim Afiune Maya <[email protected]>
  • Loading branch information
afiune committed May 22, 2020
1 parent 1e990d4 commit cf6a836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ generate_release_notes() {

# Add Docker Images Footer
echo "" >> RELEASE_NOTES.md
echo "## Docker Images" > RELEASE_NOTES.md
echo "## Docker Images" >> RELEASE_NOTES.md
for tag in "${docker_tags[@]}"; do
echo "* \`docker pull ${docker_org}/${package_name}:${tag}\`" >> RELEASE_NOTES.md
done
Expand Down

0 comments on commit cf6a836

Please sign in to comment.