Skip to content

Commit

Permalink
Include optimizer and validator in publish script
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 592371204
  • Loading branch information
l46kok authored and copybara-github committed Dec 20, 2023
1 parent 72b81f4 commit 12f29df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# 2. You will need to enter the key's password. The prompt appears in GUI, not in terminal. The publish operation will eventually timeout if the password is not entered.


ALL_TARGETS=("//publish:cel.publish" "//publish:cel_compiler.publish" "//publish:cel_runtime.publish" "//publish:cel_extensions.publish" "//publish:cel_v1alpha1.publish")
ALL_TARGETS=("//publish:cel.publish" "//publish:cel_compiler.publish" "//publish:cel_runtime.publish" "//publish:cel_extensions.publish" "//publish:cel_optimizers.publish" "//publish:cel_validators.publish" "//publish:cel_v1alpha1.publish")

function publish_maven_remote() {
maven_repo_url=$1
Expand Down

0 comments on commit 12f29df

Please sign in to comment.