Skip to content

Commit

Permalink
(bug): publish step isnt publishing (#3043)
Browse files Browse the repository at this point in the history
Signed-off-by: schristoff <[email protected]>
  • Loading branch information
schristoff committed Mar 27, 2024
1 parent 98277cd commit 605e399
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/porter-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ on:
- v*
- "!latest*"
- "!canary*"

jobs:
build_pipelinesrelease_template:
name: build_pipelinesrelease_template
uses: "./.github/workflows/build_pipelinesrelease_template.yml"
with:
registry: ghcr.io/getporter
shouldPublish: true
skipTests: true
skipTests: false

0 comments on commit 605e399

Please sign in to comment.