diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f3568f5..7ac1e12 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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