mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
FIx tag script wrong variable nome
This commit is contained in:
parent
a105a21a93
commit
d84a72c126
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ git tag "${RC_TAG}"
|
|||
git commit -a -m "Preparing development version ${NEXT_DEV_VERSION}"
|
||||
|
||||
git push origin "${RC_TAG}"
|
||||
git push origin HEAD:"${BRANCH}"
|
||||
git push origin HEAD:"${GIT_BRANCH}"
|
||||
|
||||
popd
|
||||
rm -rf "${WORKING_DIR}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue