Skip to content

Use PosixPath for path handling and create parent folders if they not… #172

Use PosixPath for path handling and create parent folders if they not…

Use PosixPath for path handling and create parent folders if they not… #172

name: "Draft a release note"
on:
push:
branches: ["master", "main"]
jobs:
draft_release:
name: "Release Drafter"
runs-on: "ubuntu-latest"
steps:
- name: "🚀 Run release-drafter"
uses: "release-drafter/release-drafter@v5"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"