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

sunset

sunset #939

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- develop
jobs:
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 }}