Skip to content

Commit

Permalink
Create publish_podspec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyansong-adbe authored Jan 8, 2021
1 parent 179d969 commit e7445b2
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/publish_podspec.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Publish Podspec Main

# on:
# release:
# types: [published]
on:
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
tags:
description: 'Test scenario tags'

jobs:
build:

runs-on: macos-latest

steps:
- uses: actions/checkout@v2
- name: Install Cocoapods
run: gem install cocoapods

- name: Deploy to Cocoapods
run: |
pod lib lint --allow-warnings

0 comments on commit e7445b2

Please sign in to comment.