Skip to content

feat: version bump of mehari and transcripts (#64) #28

feat: version bump of mehari and transcripts (#64)

feat: version bump of mehari and transcripts (#64) #28

on:
push:
branches:
- main
name: release-please
jobs:
release-please:
if: github.repository_owner == 'bihealth'
runs-on: ubuntu-latest
steps:
- name: Run release-please
uses: GoogleCloudPlatform/release-please-action@v2
id: release
with:
release-type: simple
token: ${{ secrets.BOT_TOKEN }}
- name: Checkout repository
uses: actions/checkout@v3
if: ${{ steps.release.outputs.release_created }}