diff --git a/.github/workflows/generator-main.yaml b/.github/workflows/generator-main.yaml index 66b2cafc..5f289256 100644 --- a/.github/workflows/generator-main.yaml +++ b/.github/workflows/generator-main.yaml @@ -62,10 +62,3 @@ jobs: with: version: ${{ github.event.inputs.version }} name: ${{ github.event.inputs.name }} - - publish_sdk: - needs: [ generate_sdk ] - uses: ./.github/workflows/publish-sdk.yaml - secrets: inherit - with: - production_release: ${{ github.event.inputs.production_release == 'true' }}