Skip to content

Commit

Permalink
Merge pull request #1417 from stevehipwell/fix-chart-release
Browse files Browse the repository at this point in the history
fix(chart): Fixed incorrect changelog version lookup
  • Loading branch information
k8s-ci-robot committed Feb 7, 2024
2 parents 605bc86 + bc7e702 commit 1cd2b2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
uses: mindsers/changelog-reader-action@b97ce03a10d9bdbb07beb491c76a5a01d78cd3ef # v2.2.2
with:
path: charts/metrics-server/CHANGELOG.md
version: ${{ steps.chart_version.outputs.version }}
version: ${{ steps.chart_version.outputs.result }}

- name: Set-up Artifact Hub CLI
if: steps.changes.outputs.changed == 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
uses: mindsers/changelog-reader-action@b97ce03a10d9bdbb07beb491c76a5a01d78cd3ef # v2.2.2
with:
path: charts/metrics-server/CHANGELOG.md
version: ${{ steps.chart_version.outputs.version }}
version: ${{ steps.chart_version.outputs.result }}

- name: Create release notes
if: steps.check_can_release.outputs.continue == 'true'
Expand Down

0 comments on commit 1cd2b2d

Please sign in to comment.