Fix pods deploy

This commit is contained in:
Max Howell
2021-05-28 16:13:33 -04:00
parent 670dc1163f
commit 39f81ae258
2 changed files with 9 additions and 3 deletions

View File

@@ -7,9 +7,12 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: sersoft-gmbh/swifty-docs-action@v1
- uses: steven0351/publish-jazzy-docs@v1
with:
module-version: ${{ github.event.inputs.version }}
personal_access_token: ${{ secrets.PAT }}
config: .github/jazzy.yml
version: ${{ github.event.release.tag_name }}
history: false
pods:
runs-on: macos-latest
@@ -18,4 +21,4 @@ jobs:
- run: pod trunk push --allow-warnings
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
VERSION: ${{ github.event.inputs.version }}
VERSION: ${{ github.event.release.tag_name }}

View File

@@ -3,6 +3,9 @@ on:
push:
branches:
- master
paths:
- Sources/**
- Tests/**
jobs:
macOS:
runs-on: macos-latest