Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Nützi <gnuetzi@gmail.com>
  • Loading branch information
gabyx committed Jul 9, 2024
1 parent ca10b38 commit 25dac36
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ function create_prepare_tag() {

print_info "Tag contains:"
git cat-file -p "$tag" || die "Could not show tag content."

print_info "Successfully created prepate tag '$tag'."
}

function commit_version_file() {
Expand Down Expand Up @@ -59,6 +61,8 @@ function trigger_build() {

print_info "Pushing tag '$tag'."
git push -f origin --no-follow-tags "$branch" "$tag"

print_info "Successfully triggered build."
}

function check_new_version() {
Expand Down

0 comments on commit 25dac36

Please sign in to comment.