Skip to content

Commit

Permalink
Remove unnecessary git tag creation when passing tag directly (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
frsv authored Aug 3, 2023
1 parent eebc550 commit 03fc29e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/release/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ else
if [[ "${LAST_RELEASE_TAG}" ]]; then
LAST_GIT_TAG=${LAST_RELEASE_TAG}
fi
git checkout tags/"${VERSION}" -b "${VERSION}-release"
fi

log "Version name '${VERSION}' verified"
Expand Down

0 comments on commit 03fc29e

Please sign in to comment.