Skip to content

Commit 3bf4c46

Browse files
committed
fix: use literal block scalar for multi-line gh release upload
1 parent 3428a70 commit 3bf4c46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
env:
2828
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
- name: Add the OpenAPI file to the release assets
30-
run: >
30+
run: |
3131
gh release upload ${{github.ref_name}} ./releases/build/generate.json#openapi.json
3232
gh release upload ${{github.ref_name}} ./events/generated/all.json#events.json
3333
env:

0 commit comments

Comments
 (0)