Skip to content

chore: update Podfile template to pre-release state #1

chore: update Podfile template to pre-release state

chore: update Podfile template to pre-release state #1

Workflow file for this run

on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
name: Release Please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
release-type: simple,
"extra-files": [

Check failure on line 20 in .github/workflows/release-please.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release-please.yml

Invalid workflow file

You have an error in your yaml syntax on line 20
"README.md",
"Package.swift",
"Google-Maps-iOS-Utils.podspec",
"Podfile.template"
]