Skip to content

Commit

Permalink
Fix CI (#38)
Browse files Browse the repository at this point in the history
* Fix CI

* Update release.yml
  • Loading branch information
aromanov91 authored Oct 1, 2023
1 parent 3131c91 commit 707bb50
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 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
5 changes: 3 additions & 2 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:
push:
tags:
- "*.*.*"

jobs:
build:
Expand Down

0 comments on commit 707bb50

Please sign in to comment.