From 3c9b6e4528e6e594e20850adb8b00913c5b8b458 Mon Sep 17 00:00:00 2001 From: Nemental <15136847+Nemental@users.noreply.github.com> Date: Fri, 8 Nov 2024 09:29:49 +0100 Subject: [PATCH] feat: new release automation --- .github/workflows/release-build.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/workflows/release-build.yml diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml new file mode 100644 index 0000000..bd5c582 --- /dev/null +++ b/.github/workflows/release-build.yml @@ -0,0 +1,9 @@ +--- +name: Release & Build + +on: + workflow_dispatch: + +jobs: + semantic: + uses: nemental/.github/.github/workflows/release.yml@main