Skip to content

Commit

Permalink
fixup! feat: Support generating release description for GitHub Actions
Browse files Browse the repository at this point in the history
Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
  • Loading branch information
brlin-tw committed Oct 31, 2023
1 parent d9c1c70 commit e5991d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion continuous-integration/create-gitlab-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ project_dir="${script_dir%/*}"
printf \
'Info: Determining release details...\n'
detailed_changes_file="${project_dir}/.detailed_changes"
if test -e "${detailed_changes_file}"; then
if ! test -e "${detailed_changes_file}"; then
printf \
'Error: The detailed changes file "%s" does not exist.\n' \
"${detailed_changes_file}" \
Expand Down

0 comments on commit e5991d9

Please sign in to comment.