diff --git a/.github/workflows/Deploying.yml b/.github/workflows/Deploying.yml index ac322e6..2629b1f 100644 --- a/.github/workflows/Deploying.yml +++ b/.github/workflows/Deploying.yml @@ -12,8 +12,8 @@ jobs: runs-on: macOS-latest steps: - uses: maxim-lobanov/setup-xcode@v1 - with: - xcode-version: latest-stable + with: + xcode-version: latest-stable - name: Checkout repository uses: actions/checkout@v2 with: