Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanov91 committed Oct 1, 2023
1 parent 3131c91 commit 0e67271
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,4 @@ jobs:
needs: bump
uses: ./.github/workflows/publish-docc.yml
secrets: inherit

release:
name: Release
needs: bump
uses: ./.github/workflows/release.yml
secrets: inherit

2 changes: 1 addition & 1 deletion .github/workflows/publish-docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v3
- name: Build DocC
run: |
xcodebuild docbuild -scheme OversizeUI \
xcodebuild docbuild -scheme -skipPackagePluginValidation OversizeUI \
-derivedDataPath /tmp/docbuild \
-destination 'generic/platform=iOS';
$(xcrun --find docc) process-archive \
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Release

on:
workflow_dispatch:
workflow_call:
on:
push:
tags:
- "*.*.*"

jobs:
build:
Expand Down

0 comments on commit 0e67271

Please sign in to comment.