Skip to content

fix: config typo (#14) #2

fix: config typo (#14)

fix: config typo (#14) #2

Workflow file for this run

---
name: release-please
"on":
push:
branches: [main]
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
id: release
with:
token: ${{ secrets.PORTER_GITHUB_TOKEN }}