From 55444858bc2b256de0929c360003e3c17489883d Mon Sep 17 00:00:00 2001 From: Aaron Date: Thu, 13 Jun 2024 23:44:28 -0500 Subject: [PATCH] ci: Add new modules as release targets --- .github/workflows/release.yml | 4 ++++ .github/workflows/sync-releases.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 714f60d3..52001152 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,6 +8,10 @@ on: type: choice options: - wxt + - module-react + - module-vue + - module-svelte + - module-solid jobs: validate: diff --git a/.github/workflows/sync-releases.yml b/.github/workflows/sync-releases.yml index 481e95cd..09e302c8 100644 --- a/.github/workflows/sync-releases.yml +++ b/.github/workflows/sync-releases.yml @@ -8,6 +8,10 @@ on: type: choice options: - wxt + - module-react + - module-vue + - module-svelte + - module-solid jobs: sync: