Skip to content

ci: [github-actions] Bump actions/checkout from 4 to 6 (#996) #246

ci: [github-actions] Bump actions/checkout from 4 to 6 (#996)

ci: [github-actions] Bump actions/checkout from 4 to 6 (#996) #246

name: Draft Release
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "main"
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}