From 62cdb5c0c2160e6221680b18855584b6cc818dd1 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Sat, 1 Mar 2025 10:27:57 +0100 Subject: [PATCH] add manuall execution of release wf --- .github/workflows/github-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github-release.yml b/.github/workflows/github-release.yml index c49f17f3..ca4d60e5 100644 --- a/.github/workflows/github-release.yml +++ b/.github/workflows/github-release.yml @@ -4,6 +4,7 @@ on: schedule: # Runs "At 00:01 every night" (UTC) - cron: '1 0 * * *' + workflow_dispatch: jobs: create-new-release: