Skip to content

Cleanup Release Draft #40

Cleanup Release Draft

Cleanup Release Draft #40

name: Cleanup Release Draft
on:
workflow_run:
workflows: ["Release Drafter"]
types: [completed]
workflow_dispatch:
inputs:
tag:
description: 'Tag or name of the draft (empty = latest draft)'
required: false
type: string
default: ''
permissions:
contents: write
jobs:
cleanup:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: gofiber/.github/.github/actions/cleanup-release-draft@main
with:
tag: ${{ inputs.tag }}