Skip to content

Commit 4e2d9e3

Browse files
author
Ganeshwara Hananda
committed
Fix an issue with incorrect deploy-maven-release target
1 parent 0982d23 commit 4e2d9e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.grabl/automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ release:
6161
script: |
6262
export DEPLOY_MAVEN_USERNAME=$REPO_GRAKN_USERNAME
6363
export DEPLOY_MAVEN_PASSWORD=$REPO_GRAKN_PASSWORD
64-
bazel run --define version=$(cat VERSION) //:deploy-maven -- release
64+
bazel run --define version=$(cat VERSION) //grpc/java:deploy-maven -- release
6565
dependencies: [deploy-github]

0 commit comments

Comments
 (0)