From f9bf6e4052ef6ad42752cbc6511de3aef45fdb90 Mon Sep 17 00:00:00 2001 From: Osama Salman Date: Thu, 26 Oct 2023 16:12:46 +0300 Subject: [PATCH] tst --- .github/workflows/generator-main.yaml | 7 ------- 1 file changed, 7 deletions(-) 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' }}