Skip to content

Commit

Permalink
fix: use correct output for path released
Browse files Browse the repository at this point in the history
  • Loading branch information
yvigara committed Jan 4, 2023
1 parent 4a41250 commit 1538e4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
if: ${{ needs.release-please.outputs.chart_release_created }}
strategy:
matrix:
release_path: ${{ needs.release-please.outputs.chart_release_created }}
path_released: ${{ needs.release-please.outputs.paths_released }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -101,7 +101,7 @@ jobs:

- name: Package Helm charts
run: |
helm package ${{ matrix.release_path }} -d .cr-release-packages
helm package ${{ matrix.path_released }} -d .cr-release-packages
# see https://github.com/helm/chart-releaser/issues/183
- name: Login to GitHub Container Registry
Expand Down

0 comments on commit 1538e4f

Please sign in to comment.