Skip to content

Commit

Permalink
fix(workflows/release): rename executable to prefix t0
Browse files Browse the repository at this point in the history
  • Loading branch information
tcodes0 committed Sep 14, 2024
1 parent 547dd38 commit 00ce548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/release/changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ update_changelog() {
flags+=(-url "$url")
flags+=(-tagsfile "${TAGS_FILE:-}")

changes=$(changelog "${flags[@]}")
changes=$(t0changelog "${flags[@]}")
if [ ! "$changes" ]; then
err $LINENO "empty changes"
return 1
Expand Down

0 comments on commit 00ce548

Please sign in to comment.