diff --git a/.github/workflows/shared-publish-to-ios-version.yaml b/.github/workflows/shared-publish-to-ios-version.yaml index ed943ac9..54cc4992 100644 --- a/.github/workflows/shared-publish-to-ios-version.yaml +++ b/.github/workflows/shared-publish-to-ios-version.yaml @@ -32,12 +32,6 @@ jobs: env: GITHUB_CONTEXT: ${{ toJson(github) }} - - name: Check branch and release type - id: checkRelease - uses: IABTechLab/uid2-shared-actions/actions/check_branch_and_release_type@v2 - with: - release_type: ${{ inputs.release_type }} - - name: Checkout repo uses: actions/checkout@v4 with: