Skip to content

Merge pull request #72 from mindkomm/release-please--branches--1.x #12

Merge pull request #72 from mindkomm/release-please--branches--1.x

Merge pull request #72 from mindkomm/release-please--branches--1.x #12

Workflow file for this run

name: Release
on:
push:
branches:
- 1.x
- 1.x-release-workflow
permissions:
contents: write
pull-requests: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
with:
target-branch: ${{ github.ref_name }}
config-file: release-please-config.json
manifest-file: .release-please-manifest.json