Skip to content

fix: panic when no arguments and no config (#336) #243

fix: panic when no arguments and no config (#336)

fix: panic when no arguments and no config (#336) #243

on:
push:
branches:
- main
name: release-please
jobs:
release-please-release:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
id: release
with:
release-type: simple
token: ${{ secrets.INTEGRATIONS_FNM_BOT_TOKEN }}
command: github-release
release-please-pr:
runs-on: ubuntu-latest
needs:
- release-please-release
steps:
- id: release-pr
uses: google-github-actions/release-please-action@v3
with:
token: ${{ secrets.INTEGRATIONS_FNM_BOT_TOKEN }}
release-type: simple
command: release-pr