Skip to content

Merge branch 'main' of https://github.com/ucl-dark/pax into main #28

Merge branch 'main' of https://github.com/ucl-dark/pax into main

Merge branch 'main' of https://github.com/ucl-dark/pax into main #28

---
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 }}
...