feat: Add --runbook-tag flag to run multiple runbooks by tag (#576) #401
This file contains hidden or 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
| on: | |
| push: | |
| branches: | |
| - main | |
| name: release-please | |
| jobs: | |
| release-please-release: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: google-github-actions/release-please-action@v3 | |
| id: release | |
| with: | |
| release-type: simple | |
| token: ${{ secrets.INTEGRATIONS_FNM_BOT_TOKEN }} | |
| command: github-release | |
| release-please-pr: | |
| runs-on: ubuntu-latest | |
| needs: | |
| - release-please-release | |
| steps: | |
| - id: release-pr | |
| uses: google-github-actions/release-please-action@v3 | |
| with: | |
| token: ${{ secrets.INTEGRATIONS_FNM_BOT_TOKEN }} | |
| release-type: simple | |
| command: release-pr |