Skip to content

Commit

Permalink
Update build_openapi.yaml
Browse files Browse the repository at this point in the history
Remove release creation. It already exists
  • Loading branch information
dciangot authored Aug 7, 2024
1 parent 760e5b5 commit 121e45c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build_openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,6 @@ jobs:
- name: Run script to generate OpenAPI JSON
run: python example/create_openapi.py

- name: Create a new release
id: create_release
uses: softprops/action-gh-release@v2
with:
files: docs/openapi/openapi.json
tag_name: ${{ github.ref_name }}
release_name: 'Release ${{ github.ref_name }}'
draft: false
prerelease: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload OpenAPI JSON as an artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 121e45c

Please sign in to comment.