Skip to content

Commit d3280ec

Browse files
hvadehrarules_java Copybara
authored andcommitted
Fix workflow test command
The reusable workflow adds flags after our command so we can't use `--` PiperOrigin-RevId: 874008604 Change-Id: Ia46f2639620566509599ea5362b1ac3f0fcaed74
1 parent 03a8aed commit d3280ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
draft: false
2020
generate_release_notes: true
2121
release_files: bazel-bin/distro/rules_java-*.tar.gz
22-
bazel_test_command: "bazel test -- //test/..."
22+
bazel_test_command: "bazel test //test/..."
2323
publish:
2424
needs: release
2525
uses: ./.github/workflows/publish.yaml

0 commit comments

Comments
 (0)