Skip to content

ci: addresses issues with workflows mirroring changes to deployments … #208

ci: addresses issues with workflows mirroring changes to deployments …

ci: addresses issues with workflows mirroring changes to deployments … #208

name: Publish release
on:
workflow_dispatch:
push:
branches: [dev]
jobs:
release-please:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ vars.GHA_APP_ID }}
private-key: ${{ secrets.GHA_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