diff --git a/.github/workflows/deploy-pods.yml b/.github/workflows/deploy-pods.yml new file mode 100644 index 0000000..a593d40 --- /dev/null +++ b/.github/workflows/deploy-pods.yml @@ -0,0 +1,17 @@ +name: deploy-pod + +on: + push: + tags: v* + +jobs: + build: + runs-on: macOS-latest + steps: + - uses: actions/checkout@v1 + - name: Lint + run: pod spec lint + - name: Deploy + env: + COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }} + run: pod trunk push Anima.podspec