From f3baeedc14edf349c168fa5eb573ddc354a4dbc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanpe=20Catal=C3=A1n?= Date: Mon, 15 Feb 2021 15:44:10 +0100 Subject: [PATCH] Update pod_lib_lint.yml --- .github/workflows/pod_lib_lint.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pod_lib_lint.yml b/.github/workflows/pod_lib_lint.yml index e656720..25bccf7 100644 --- a/.github/workflows/pod_lib_lint.yml +++ b/.github/workflows/pod_lib_lint.yml @@ -2,13 +2,12 @@ name: Pod lint on: [workflow_dispatch] jobs: - release_version: + pod_lib_lint: runs-on: macOS-latest steps: - uses: actions/checkout@v2 - - name: Pod lib lint - env: + - env: COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }} run: | set -eo pipefail