Skip to content

Commit

Permalink
fix(ci): operator release fails with "no rule to make target 'build-c…
Browse files Browse the repository at this point in the history
…hart'" (#1052)
  • Loading branch information
emosbaugh authored Aug 28, 2024
1 parent 41b053c commit e6a6107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
HELM_REGISTRY: registry.replicated.com
CHART_VERSION: ${{needs.get-tag.outputs.tag-name}}
run: |
make build-chart \
make -C operator build-chart \
PACKAGE_VERSION=${{ needs.get-tag.outputs.tag-name }}
echo "chart=$(cat operator/build/chart)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit e6a6107

Please sign in to comment.