From 51a6825647a6ad723b9ca659c3139010c486184e Mon Sep 17 00:00:00 2001 From: Alexandr Romanov Date: Thu, 26 Sep 2024 23:47:31 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 733075d..ce5bf65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,19 +48,6 @@ jobs: name: Bump version if: github.ref == 'refs/heads/main' needs: - - build-swiftpm - - build-iOS-example - - build-macOS-example - - build-tvOS-example - - build-watchOS-example - + - build-app uses: oversizedev/GithubWorkflows/.github/workflows/bump.yml@main secrets: inherit - - publish-docc: - name: Publish docc - if: github.ref == 'refs/heads/main' - needs: bump - uses: ./.github/workflows/publish-docc.yml - secrets: inherit -