Update pod_lib_lint.yml

This commit is contained in:
Juanpe Catalán
2021-02-15 15:44:10 +01:00
committed by GitHub
parent 29f7d8fd6a
commit f3baeedc14
+2 -3
View File
@@ -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