Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Typo (#452)

Typo (#452) #204

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