Merge pull request #525 from kubb-project/release-please--branches--main #662
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: release-please | |
on: | |
push: | |
branches: | |
- main | |
workflow_dispatch: | |
permissions: | |
contents: write | |
pull-requests: write | |
jobs: | |
release-please: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Release | |
uses: google-github-actions/[email protected] | |
if: ${{ github.ref == 'refs/heads/main' }} | |
with: | |
command: manifest | |
monorepo-tags: true |