Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanov91 authored Sep 26, 2024
1 parent fb8c56c commit 51a6825
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 51a6825

Please sign in to comment.