Skip to content

Commit

Permalink
workflows(release): fixed yml syntax (part of #42)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasfroeller committed Jun 12, 2024
1 parent 1713ffb commit 4e4e4a7
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@ jobs:
- name: Info
run: echo "Release Workflow - IOS App"

- name: Checkout Code
uses: actions/checkout@v4

- name: Install Dependencies
run: |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install xcodegen
- name: Generate Project
run: xcodegen generate

- name: Xcode Tests
uses: mxcl/xcodebuild@v2
with:
platform: iOS
action: build
code-coverage: false
- name: Checkout Code
uses: actions/checkout@v4

- name: Install Dependencies
run: |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install xcodegen
- name: Generate Project
run: xcodegen generate

- name: Xcode Tests
uses: mxcl/xcodebuild@v2
with:
platform: iOS
action: build
code-coverage: false

- name: Generate release tag
id: generate_release_tag
Expand Down

0 comments on commit 4e4e4a7

Please sign in to comment.