Skip to content

Commit

Permalink
Update build_openapi.yaml
Browse files Browse the repository at this point in the history
push openapi to release
  • Loading branch information
dciangot authored Aug 7, 2024
1 parent 121e45c commit fab2929
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build_openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ jobs:
with:
name: openapi.json
path: ./docs/openapi/openapi.json
- name: Upload json to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./docs/openapi/openapi.json
asset_name: openAPISpec
tag: ${{ github.ref }}
overwrite: true
body: "OpenAPI spec for plugin REST"

update-doc:
needs: update-openapi
Expand Down

0 comments on commit fab2929

Please sign in to comment.