diff --git a/.github/workflows/maven-release.yaml b/.github/workflows/maven-release.yaml index a953d15..f61fc8f 100644 --- a/.github/workflows/maven-release.yaml +++ b/.github/workflows/maven-release.yaml @@ -8,24 +8,8 @@ on: jobs: - extract-openapi: - uses: 1and1/checkmk-java-client/.github/workflows/extract-openapi.yaml@main - with: - cmk_version: 2.2.0p12 - target_artifact: openapi - - generate-code: - needs: extract-openapi - uses: 1and1/checkmk-java-client/.github/workflows/generate-code.yaml@main - with: - cmk_version: 2.2.0p12 - source_artifact: openapi - target_artifact: source - snapshot: false - build: runs-on: ubuntu-latest - needs: generate-code outputs: version: ${{ steps.version.outputs.version }} md5sum: ${{ steps.md5sum.outputs.md5sum }} @@ -42,16 +26,6 @@ jobs: distribution: 'adopt' java-version: 17 - - name: Download source - uses: actions/download-artifact@v3 - with: - name: source - - - name: Download openapi - uses: actions/download-artifact@v3 - with: - name: openapi - - name: Build with Maven run: mvn -B package --file pom.xml