Skip to content

Commit c1e93dc

Browse files
committed
Can't use flowed strings
1 parent a96557a commit c1e93dc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ jobs:
5656
rules_py-*.tar.gz
5757
tag_name: ${{ github.ref_name }}
5858
# Bypass rerunning the tests
59-
bazel_test_command: |
60-
/bin/true
59+
bazel_test_command: "true"
6160

6261
publish:
6362
needs: release

0 commit comments

Comments
 (0)