diff --git a/.github/workflows/publish_podspec.yml b/.github/workflows/publish_podspec.yml new file mode 100644 index 0000000..12ef054 --- /dev/null +++ b/.github/workflows/publish_podspec.yml @@ -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