Skip to content

Commit 7414453

Browse files
committed
YAML multiline strings don't allow TAB for delimitor
1 parent 3e6d2ba commit 7414453

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
if: startsWith(github.ref, 'refs/tags/')
2323
with:
2424
files: |
25-
tokenize-source.tar.gz
26-
tokenize-cfiles.tar.gz
27-
tokenize-linux-amd64.tar.gz
25+
tokenize-source.tar.gz
26+
tokenize-cfiles.tar.gz
27+
tokenize-linux-amd64.tar.gz

0 commit comments

Comments
 (0)