Skip to content

chore: Upgrade python to minimum 3.8 to comply with min supported ver… #56

chore: Upgrade python to minimum 3.8 to comply with min supported ver…

chore: Upgrade python to minimum 3.8 to comply with min supported ver… #56

name: release-please
on:
workflow_dispatch:
push:
branches:
- main
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
command: manifest
token: ${{ secrets.LOS_AUTO_BOT_RP_TOKEN }}