Skip to content

Merge branch 'main' into release-please/bootstrap/default #3

Merge branch 'main' into release-please/bootstrap/default

Merge branch 'main' into release-please/bootstrap/default #3

# when the main branch is updated this workflow will run and create or update a combined [release PR](https://github.com/googleapis/release-please#whats-a-release-pr)
# upon approval of the release PR as it adds a v3.x tag the [push-release.yml](./push-release.yml) workflow will run, push the release to npm and update the GitHub
# release with the mgt-spfx sppkg file

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

View workflow run for this annotation

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

Invalid workflow file

You have an error in your yaml syntax on line 4
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
name: Run Release Please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v2
id: release
with:
command: manifest
token: ${{secrets.GITHUB_TOKEN}}
default-branch: main