From 4bd7f88db5032e173766ce4bd8b4e056c84761e8 Mon Sep 17 00:00:00 2001 From: ndr_brt Date: Thu, 20 Jun 2024 14:36:54 +0200 Subject: [PATCH] build: remove publish openapi ui on release and swaggerhub publish --- .github/workflows/release-edc.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/release-edc.yml b/.github/workflows/release-edc.yml index aebd13c36e4..bab424c4599 100644 --- a/.github/workflows/release-edc.yml +++ b/.github/workflows/release-edc.yml @@ -48,23 +48,6 @@ jobs: with: version: ${{ needs.Prepare-Release.outputs.edc-version }} - publish-openapi-ui: - needs: Prepare-Release - uses: eclipse-edc/.github/.github/workflows/publish-openapi-ui.yml@main - secrets: inherit - with: - version: ${{ needs.Prepare-Release.outputs.edc-version }} - - # DEPRECATED: Calls the openapi workflow to publish the api spec on SwaggerHub - Publish-OpenApi: - needs: - - Prepare-Release - if: ${{ !endsWith( needs.Prepare-Release.outputs.edc-version, '-SNAPSHOT') }} - uses: ./.github/workflows/apidoc.yaml - secrets: inherit - with: - version: ${{ needs.Prepare-Release.outputs.edc-version }} - Github-Release: # cannot use the workflow-level env yet as it does not yet exist, must take output from previous job if: ${{ !endsWith( needs.Prepare-Release.outputs.edc-version, '-SNAPSHOT') }}