Skip to content

Commit

Permalink
fix: remove branch input (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara authored Nov 22, 2024
1 parent 446546d commit 79a911f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ci/scripts/bump-and-tag.bash
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ set -xeo pipefail
readonly live_run=${LIVE_RUN:-false}
# Release number
readonly version=${VERSION:?input VERSION is required}
# Release number
readonly branch=${BRANCH:?input BRANCH is required}
# Git actor name
readonly git_user_name=${GIT_USER_NAME:?input GIT_USER_NAME is required}
# Git actor email
Expand Down

0 comments on commit 79a911f

Please sign in to comment.