From 605e399737c5c89f0ce692c6aa3d9e6211250c95 Mon Sep 17 00:00:00 2001 From: schristoff <28318173+schristoff@users.noreply.github.com> Date: Tue, 26 Mar 2024 18:48:25 -0600 Subject: [PATCH] (bug): publish step isnt publishing (#3043) Signed-off-by: schristoff <28318173+schristoff@users.noreply.github.com> --- .github/workflows/porter-release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/porter-release.yml b/.github/workflows/porter-release.yml index a51ed4605..34fbecf52 100644 --- a/.github/workflows/porter-release.yml +++ b/.github/workflows/porter-release.yml @@ -5,6 +5,7 @@ on: - v* - "!latest*" - "!canary*" + jobs: build_pipelinesrelease_template: name: build_pipelinesrelease_template @@ -12,4 +13,4 @@ jobs: with: registry: ghcr.io/getporter shouldPublish: true - skipTests: true \ No newline at end of file + skipTests: false \ No newline at end of file