From 0b46bdc15a338fdb00859b87f7f200cc1346fcbb Mon Sep 17 00:00:00 2001 From: Tony McCrae Date: Mon, 11 Dec 2023 13:45:06 +0000 Subject: [PATCH] Placeholder for GHA release action --- .github/workflows/release.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml new file mode 100644 index 0000000..01cf1cd --- /dev/null +++ b/.github/workflows/release.yml @@ -0,0 +1,7 @@ +name: Release + +on: + workflow_dispatch: + +jobs: + release: