Skip to content

Fix build badge link formatting in README (#411) #7

Fix build badge link formatting in README (#411)

Fix build badge link formatting in README (#411) #7

name: Draft release
on:
push:
branches:
- master
tags-ignore:
- '**'
jobs:
draft:
runs-on: ubuntu-latest
steps:
- name: Update release draft
uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}