Fix workflow test command

The reusable workflow adds flags after our command so we can't use `--`

PiperOrigin-RevId: 874008604
Change-Id: Ia46f2639620566509599ea5362b1ac3f0fcaed74
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 06ee719..dcd3d16 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -19,7 +19,7 @@
       draft: false
       generate_release_notes: true
       release_files: bazel-bin/distro/rules_java-*.tar.gz
-      bazel_test_command: "bazel test -- //test/..."
+      bazel_test_command: "bazel test //test/..."
   publish:
     needs: release
     uses: ./.github/workflows/publish.yaml