Skip to content

Commit

Permalink
chore(ci): remove OpenAPI publish job (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger authored Jun 20, 2024
1 parent f0915bf commit 0bc365f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 101 deletions.
94 changes: 0 additions & 94 deletions .github/workflows/apidoc.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .github/workflows/release-fcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,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 }}

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 0bc365f

Please sign in to comment.