Skip to content

ci: add Release Please action (#1742) #1

ci: add Release Please action (#1742)

ci: add Release Please action (#1742) #1

name: Publish release
on:
push:
branches: [dev]
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}