We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0982d23 commit 4e2d9e3Copy full SHA for 4e2d9e3
.grabl/automation.yml
@@ -61,5 +61,5 @@ release:
61
script: |
62
export DEPLOY_MAVEN_USERNAME=$REPO_GRAKN_USERNAME
63
export DEPLOY_MAVEN_PASSWORD=$REPO_GRAKN_PASSWORD
64
- bazel run --define version=$(cat VERSION) //:deploy-maven -- release
+ bazel run --define version=$(cat VERSION) //grpc/java:deploy-maven -- release
65
dependencies: [deploy-github]
0 commit comments