Skip to content

Fix a typo in the documentation (#1551) #940

Fix a typo in the documentation (#1551)

Fix a typo in the documentation (#1551) #940

name: Release Drafter
on:
push:
branches:
- main
permissions:
contents: write
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}