From e5feed4afdd5da0239881586034e6de0e46b7fa4 Mon Sep 17 00:00:00 2001 From: /home/neo <158327205+neoapps-dev@users.noreply.github.com> Date: Fri, 24 Apr 2026 17:02:57 +0300 Subject: [PATCH] ci: versionlist support and manual running --- .github/workflows/registry.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/registry.yml b/.github/workflows/registry.yml index 03419e0..daa1fa2 100644 --- a/.github/workflows/registry.yml +++ b/.github/workflows/registry.yml @@ -1,5 +1,6 @@ name: Generate Registry on: + workflow_dispatch: push: branches: [main] paths: @@ -28,6 +29,6 @@ jobs: run: | git config user.name "github-actions[bot]" git config user.email "github-actions[bot]@users.noreply.github.com" - git add registry.json - git diff --cached --quiet || git commit -m "chore: regenerate registry.json" + git add registry.json versions.json + git diff --cached --quiet || git commit -m "chore: regenerate registry.json and versions.json" git push