From 8e2a346db1db0bfe29aa6439a9f9dae36ab1f936 Mon Sep 17 00:00:00 2001 From: Grzegorz Krajniak Date: Mon, 11 May 2026 10:55:40 +0200 Subject: [PATCH 1/2] Enable publishing in pipeline configuration. --- .github/workflows/pipeline.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index e02e272..e0f1eb2 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -23,4 +23,6 @@ jobs: uses: openmfp/gha/.github/workflows/pipeline-node-module.yml@main secrets: inherit with: - publish: false + publish: true + hasBuild: false + environment: npmjs:@openmfp/create-micro-frontend From 41bae15d7935bdd6388fbc902ef9ddf7ecb018f2 Mon Sep 17 00:00:00 2001 From: Grzegorz Krajniak Date: Mon, 11 May 2026 11:39:43 +0200 Subject: [PATCH 2/2] Pin pipeline workflow to specific commit hash. --- .github/workflows/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index e0f1eb2..2a07af1 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -20,7 +20,7 @@ concurrency: jobs: pipe: - uses: openmfp/gha/.github/workflows/pipeline-node-module.yml@main + uses: openmfp/gha/.github/workflows/pipeline-node-module.yml@27d6784ac793ef690bd3c02ecfb047711394cfcb secrets: inherit with: publish: true