Skip to content

Commit

Permalink
chore(CI/CD): Fix type errors in publish workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
levaitamas committed Feb 5, 2024
1 parent d4466b6 commit 9f1624d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:
needs: push_to_registry
uses: l7mp/stunner/.github/workflows/publish--push-charts.yml@main
with:
dev: 'true'
dev: true
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
needs: push_to_registry
uses: l7mp/stunner/.github/workflows/publish--push-charts.yml@main
with:
dev: 'false'
dev: false

add_binaries:
name: Add binaries to release assets
Expand Down

0 comments on commit 9f1624d

Please sign in to comment.