From 94cf4f44816653353bfb64a05ebed61f4d2105e2 Mon Sep 17 00:00:00 2001 From: Corey Date: Sun, 3 Oct 2021 15:56:55 -0400 Subject: [PATCH] Fix actions release (#252) --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1341968c..0e84feab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,6 @@ jobs: COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }} docs: - needs: ios runs-on: macos-latest steps: - uses: actions/checkout@v2