Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: remove publish openapi ui on release and swaggerhub publish #4293

Merged
merged 1 commit into from
Jun 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading