Skip to content

Merge branch 'main' of https://github.com/huizebruin/s0tool #28

Merge branch 'main' of https://github.com/huizebruin/s0tool

Merge branch 'main' of https://github.com/huizebruin/s0tool #28

---
name: Release Drafter
on:
push:
branches:
- main
jobs:
update_release_draft:
name: ✏️ Draft release
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: read
steps:
- name: 🚀 Run Release Drafter
uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}