Skip to content

Commit

Permalink
Demote chart-releaser-action to v1.5.0 (#104)
Browse files Browse the repository at this point in the history
helm/chart-releaser-action#171

Signed-off-by: Akshath Kothari <[email protected]>
  • Loading branch information
ricekot authored Dec 27, 2023
1 parent 0776bd3 commit 1e7e905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-private-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
helm pull levoai-private/${{ inputs.name }} --version "${{ inputs.version }}"
- name: Release Chart
uses: helm/chart-releaser-action@v1.6.0
uses: helm/chart-releaser-action@v1.5.0
with:
skip_packaging: true
skip_existing: true
Expand Down

0 comments on commit 1e7e905

Please sign in to comment.