Skip to content

Commit

Permalink
YAML multiline strings don't allow TAB for delimitor
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerb9 committed Mar 13, 2024
1 parent 3e6d2ba commit 7414453
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
tokenize-source.tar.gz
tokenize-cfiles.tar.gz
tokenize-linux-amd64.tar.gz
tokenize-source.tar.gz
tokenize-cfiles.tar.gz
tokenize-linux-amd64.tar.gz

0 comments on commit 7414453

Please sign in to comment.