Skip to content

chore: do not organize bug issue into project any more #45

chore: do not organize bug issue into project any more

chore: do not organize bug issue into project any more #45

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 }}