Skip to content

Commit cb5d6dd

Browse files
jDramaixcopybara-github
authored andcommitted
Enable publishing to bcr and creating github releases by default.
Use `bazel build` as default bazel_test_command when invoking bazel-contrib/.github/.github/workflows/release_ruleset.yaml. We run our CI tests before calling the workflow. PiperOrigin-RevId: 788648644
1 parent a894470 commit cb5d6dd

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,7 @@ jobs:
4949
version: ${{ github.event.inputs.version }}
5050
publish_to_sonatype: true
5151
sonatype_auto_publish: ${{ github.event.inputs.sonatype_auto_publish == 'true' }}
52-
create_github_release: true
5352
continue_if_tag_exists: ${{ github.event.inputs.continue_if_tag_exists == 'true' }}
54-
publish_to_bcr: true
55-
bcr_bazel_test_command: "bazel build java/..."
5653

5754
# Allow the reusable workflow to access the secrets.
5855
secrets: inherit

0 commit comments

Comments
 (0)