Skip to content

Commit

Permalink
build: remove publish openapi ui on release and swaggerhub publish (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt committed Jun 20, 2024
1 parent caad302 commit b09394d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 88 deletions.
71 changes: 0 additions & 71 deletions .github/workflows/apidoc.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/release-edc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down

0 comments on commit b09394d

Please sign in to comment.