Skip to content

Commit

Permalink
fix OpenAPI 3.1 bundle filename
Browse files Browse the repository at this point in the history
  • Loading branch information
m-burgoyne authored Jan 22, 2025
1 parent 6ebe8ba commit 740a4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-openapi-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Generate OpenAPI 3.1 bundle
run: |
cd core/standard/openapi
redocly bundle -o /tmp/ogcapi-environmental-data-retrieval-1.bundled-oas31.json ogcapi-environmental-data-retrieval-1-oas31.yaml
redocly bundle -o /tmp/ogcapi-environmental-data-retrieval-1-oas31.bundled.json ogcapi-environmental-data-retrieval-1-oas31.yaml
- name: Commit changes and push
run: |
git config --global user.email "[email protected]"
Expand Down

0 comments on commit 740a4a9

Please sign in to comment.