Skip to content

chore(ci): bump docker/setup-qemu-action from 3 to 4 (#5) #5

chore(ci): bump docker/setup-qemu-action from 3 to 4 (#5)

chore(ci): bump docker/setup-qemu-action from 3 to 4 (#5) #5

name: Release Please
on:
push:
branches: [main]
workflow_dispatch:
# App-token auth (not GITHUB_TOKEN) so the release PR triggers CI - GITHUB_TOKEN events don't fire downstream workflows.
permissions: {}
concurrency:
group: release-please-${{ github.ref }}
cancel-in-progress: false
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: actions/create-github-app-token@v2
id: app-token
with:
app-id: ${{ secrets.RELEASE_BOT_APP_ID }}
private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}
- uses: googleapis/release-please-action@v4
with:
token: ${{ steps.app-token.outputs.token }}
config-file: release-please-config.json
manifest-file: .release-please-manifest.json