From 81307a22c3ec41279170256fccd1c54efc2fa540 Mon Sep 17 00:00:00 2001 From: rzadp Date: Sat, 6 Apr 2024 11:24:11 +0200 Subject: [PATCH] try other --- .github/workflows/publish-templates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-templates.yml b/.github/workflows/publish-templates.yml index f802c5a157b79..c24e5a77ae894 100644 --- a/.github/workflows/publish-templates.yml +++ b/.github/workflows/publish-templates.yml @@ -12,7 +12,7 @@ jobs: image: docker.io/paritytech/ci-unified:bullseye-1.75.0-2024-01-22-v20240109 strategy: matrix: - template: ["minimal"] + template: ["minimal", "solochain", "parachain"] env: template-path: "polkadot-sdk-${{ matrix.template }}-template" polkadot-release-version: "1.9.0"