Skip to content

Commit 605e399

Browse files
authored
(bug): publish step isnt publishing (#3043)
Signed-off-by: schristoff <28318173+schristoff@users.noreply.github.com>
1 parent 98277cd commit 605e399

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/porter-release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ on:
55
- v*
66
- "!latest*"
77
- "!canary*"
8+
89
jobs:
910
build_pipelinesrelease_template:
1011
name: build_pipelinesrelease_template
1112
uses: "./.github/workflows/build_pipelinesrelease_template.yml"
1213
with:
1314
registry: ghcr.io/getporter
1415
shouldPublish: true
15-
skipTests: true
16+
skipTests: false

0 commit comments

Comments
 (0)