Skip to content

Tokyo Night 1.1.0 (#581) #472

Tokyo Night 1.1.0 (#581)

Tokyo Night 1.1.0 (#581) #472

---
name: "Release Drafter"
on:
push:
branches:
- dev
pull_request:
types:
- opened
- reopened
- synchronize
workflow_dispatch:
jobs:
update_release_draft:
name: "Update Release Draft"
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}