Skip to content

Commit

Permalink
Add pod-deploy yml
Browse files Browse the repository at this point in the history
  • Loading branch information
corin8823 authored Dec 31, 2019
1 parent 80c065e commit 74cc682
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/pod-deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: pod-deploy

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 Popover.podspec

0 comments on commit 74cc682

Please sign in to comment.