Skip to content

fix: NoConfig logic wrong (#11) #22

fix: NoConfig logic wrong (#11)

fix: NoConfig logic wrong (#11) #22

name: Release-please
on:
push:
branches: [main]
permissions:
contents: write
pull-requests: write
jobs:
release-please:
# Do not run on forks.
if: github.repository == 'buyoio/b'
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
with:
token: ${{ secrets.BUYO_BOT_TOKEN }}
config-file: .github/release-please-config.json
manifest-file: .github/release-please-manifest.json