Skip to content

Commit

Permalink
chore(CI/CD): Fix syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
levaitamas committed Feb 5, 2024
1 parent dabdb34 commit 4e2d950
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
push_chart:
name: Push helm charts to the repo
needs: push_to_registry
uses: l7mp/stunner/.github/workflows/publish--push-charts.yml@main
with:
dev: true
steps:
- uses: l7mp/stunner/.github/workflows/publish--push-charts.yml@main
with:
dev: true
7 changes: 4 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ jobs:
push_chart:
name: Push helm charts to the repo
needs: push_to_registry
uses: l7mp/stunner/.github/workflows/publish--push-charts.yml@main
with:
dev: false
steps:
- uses: l7mp/stunner/.github/workflows/publish--push-charts.yml@main
- with:
dev: false

add_binaries:
name: Add binaries to release assets
Expand Down

0 comments on commit 4e2d950

Please sign in to comment.