aboutsummaryrefslogtreecommitdiff
path: root/util/deploy-to-maven-central.sh
diff options
context:
space:
mode:
Diffstat (limited to 'util/deploy-to-maven-central.sh')
-rwxr-xr-xutil/deploy-to-maven-central.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/deploy-to-maven-central.sh b/util/deploy-to-maven-central.sh
index 2c8e12f8a..3633f0b8d 100755
--- a/util/deploy-to-maven-central.sh
+++ b/util/deploy-to-maven-central.sh
@@ -34,7 +34,6 @@ git checkout --detach
# Set the version string that is used as a tag in all of our libraries. If
# another repo depends on a versioned tag of Dagger, their java_library.tags
# should match the versioned release.
-sed -i s/'#BETA_POSTFIX'/'+ "-beta"'/g build_defs.bzl
sed -i s/'${project.version}'/"${VERSION_NAME}"/g build_defs.bzl
bash $(dirname $0)/deploy-dagger.sh \