Skip to content

Commit

Permalink
ci: fix scripts/version-bump.sh (#43)
Browse files Browse the repository at this point in the history
Signed-off-by: Salim Afiune Maya <afiune@lacework.net>
  • Loading branch information
afiune authored Jan 23, 2023
1 parent 2dd82a4 commit 6cdd7e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/version-bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ EOF
curl -XPOST -H "Authorization: token $GITHUB_TOKEN" --data "@$_body" \
https://api.github.com/repos/${org_name}/${project_name}/pulls > $_pr
_pr_url=$(jq .html_url $_pr)
log ""
log "It is time to for review!"
log " $_pr_url"
echo ""
echo "--> It is time to for review!"
echo " $_pr_url"

0 comments on commit 6cdd7e6

Please sign in to comment.