Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

chore: bump nhost/dashboard to 2.29.0 (#961) #238

chore: bump nhost/dashboard to 2.29.0 (#961)

chore: bump nhost/dashboard to 2.29.0 (#961) #238

name: "release drafter"
on:
push:
branches:
- main
jobs:
# draft your next release notes as pull requests are merged into "master"
# the configuration is at /.github/release-drafter.yml.
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
with:
config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}