Skip to content

chore: release 0.5.4 (#43) #43

chore: release 0.5.4 (#43)

chore: release 0.5.4 (#43) #43

on:
push:
branches:
- "main"
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- name: Extract branch name
shell: bash
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
id: extract_branch
- uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.PAT }}
target-branch: ${{ steps.extract_branch.outputs.branch }}
config-file: 'release-please-config.json'
manifest-file: '.release-please-manifest.json'