From 1a70db96d46b6cdd30c0a7d91c31378d2dd2bbe0 Mon Sep 17 00:00:00 2001 From: EETagent Date: Tue, 4 Aug 2020 01:48:09 +0200 Subject: [PATCH] I hope it will work now --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 22d0c12..3ce4a2a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,8 +16,8 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - with: - fetch-depth: 0 + with: + fetch-depth: 0 # Download necessary software and install CocoaPods - name: Prepare Env