Skip to content

Bump markdown from 3.3.7 to 3.4.4 (#393) #462

Bump markdown from 3.3.7 to 3.4.4 (#393)

Bump markdown from 3.3.7 to 3.4.4 (#393) #462

Workflow file for this run

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