Skip to content
This repository has been archived by the owner on Feb 13, 2025. It is now read-only.

Merge pull request #113 from samvelyan/patch-1 #104

Merge pull request #113 from samvelyan/patch-1

Merge pull request #113 from samvelyan/patch-1 #104

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