aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorerichang <erichang@google.com>2020-06-19 11:42:36 -0700
committerNick <565601+nick-someone@users.noreply.github.com>2020-06-22 10:03:24 -0400
commite473fa3bf9713cbe458e4ba44649aae8585d38ca (patch)
tree59d666774c0464c3044aae6dddd53c9436f85cd7 /util
parentd7fc5eedc597d5e7890ac4acb65dc59355843c6d (diff)
downloaddagger2-e473fa3bf9713cbe458e4ba44649aae8585d38ca.tar.gz
Fix error in deploy-to-maven-central script.
RELNOTES=n/a ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=317348363
Diffstat (limited to 'util')
-rwxr-xr-xutil/deploy-to-maven-central.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/deploy-to-maven-central.sh b/util/deploy-to-maven-central.sh
index dc8608eae..de2b49c48 100755
--- a/util/deploy-to-maven-central.sh
+++ b/util/deploy-to-maven-central.sh
@@ -53,7 +53,7 @@ bash $(dirname $0)/deploy-hilt.sh \
# Note: We avoid commiting until after deploying in case deploying fails and
# we need to run the script again.
-git commit -m "${VERSION_NAME} release" tools/maven.bzl
+git commit -m "${VERSION_NAME} release" build_defs.bzl
git tag -a -m "Dagger ${VERSION_NAME}" dagger-"${VERSION_NAME}"
git push origin tag dagger-"${VERSION_NAME}"