From 121e45c9e20caded9fac8fd3727965d7e7f49778 Mon Sep 17 00:00:00 2001 From: Diego Ciangottini Date: Wed, 7 Aug 2024 10:12:24 +0200 Subject: [PATCH] Update build_openapi.yaml Remove release creation. It already exists --- .github/workflows/build_openapi.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/build_openapi.yaml b/.github/workflows/build_openapi.yaml index bf59e55d..66db8f9c 100644 --- a/.github/workflows/build_openapi.yaml +++ b/.github/workflows/build_openapi.yaml @@ -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: