ci: Convert old release workflows to manual only (#1726)

This commit is contained in:
Dermot Duffy
2024-12-09 08:21:53 -08:00
committed by GitHub
parent 0a48ec5365
commit 4a1b365760
2 changed files with 2 additions and 5 deletions
@@ -0,0 +1,15 @@
---
name: Manual Release Drafter
on:
workflow_dispatch:
jobs:
draft_release:
name: Release Drafter
runs-on: ubuntu-latest
steps:
- name: Run release-drafter
uses: release-drafter/release-drafter@v6.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}