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') }}