Skip to content

fix: brew install cmake as formulae #23

fix: brew install cmake as formulae

fix: brew install cmake as formulae #23

name: Auto-Release
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
name: release-please

Check failure on line 12 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 12
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: simple
package-name: sd-installer
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"docs","section":"Documentation","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false}]'