Skip to content

FIX: create .github/workflows directory if non-existent (#198) #453

FIX: create .github/workflows directory if non-existent (#198)

FIX: create .github/workflows directory if non-existent (#198) #453

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