Skip to content

Commit

Permalink
temp: added debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsonbrsilva committed May 3, 2024
1 parent 0ca1928 commit 2df0991
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions actions/release-creation/release-creation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ create_release() {
}" \
${url})

echo "${response_code}"

if is_release_created "${response_code}"; then
printf "version=%s" "${version}" >> "${GITHUB_OUTPUT}"
printf "New generated release: %s\n" "${version}"
Expand Down

0 comments on commit 2df0991

Please sign in to comment.