Skip to content

Fixed multiple coverage reports not being uploaded with GHA. #18

Fixed multiple coverage reports not being uploaded with GHA.

Fixed multiple coverage reports not being uploaded with GHA. #18

name: Draft release notes
on:
push:
tags:
- '*'
branches:
- develop
permissions:
contents: write
jobs:
release-drafter:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Draft release notes
uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}