Skip to content

chore: stage workflow + package changes for OSS public flip (#148) #101

chore: stage workflow + package changes for OSS public flip (#148)

chore: stage workflow + package changes for OSS public flip (#148) #101

name: Release Please
permissions:
contents: write
pull-requests: write
on:
push:
branches:
- main
jobs:
release-please:
if: github.event_name == 'push'
name: 🚀 Release Please
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3
id: app-token
with:
client-id: ${{ vars.RELEASE_BOT_APP_ID }}
private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}
- uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7
with:
token: ${{ steps.app-token.outputs.token }}
config-file: .github/release-please-config.json
manifest-file: .github/release-please-manifest.json