Skip to content

Commit

Permalink
workflow(release): added missing setup step (downloads libraries and …
Browse files Browse the repository at this point in the history
…sets up workspace)
  • Loading branch information
jonasfroeller committed Jun 12, 2024
1 parent 4c179fc commit fc1f3a5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,17 @@ jobs:
- name: Generate Project
run: xcodegen generate

- name: Xcode Builds
- name: Xcode Setup
uses: maxim-lobanov/setup-xcode@v1

- name: Xcode Build
uses: mxcl/xcodebuild@v2
with:
platform: iOS
action: build
code-coverage: false
# warnings-as-errors: false
# configuration: release

- name: Generate release tag
id: generate_release_tag
Expand Down

0 comments on commit fc1f3a5

Please sign in to comment.