We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3428a70 commit 3bf4c46Copy full SHA for 3bf4c46
1 file changed
.github/workflows/releases.yml
@@ -27,7 +27,7 @@ jobs:
27
env:
28
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29
- name: Add the OpenAPI file to the release assets
30
- run: >
+ run: |
31
gh release upload ${{github.ref_name}} ./releases/build/generate.json#openapi.json
32
gh release upload ${{github.ref_name}} ./events/generated/all.json#events.json
33
0 commit comments