Skip to content

Commit 709136e

Browse files
chore(deps): update helm/chart-releaser-action action to v1.7.0 (#281)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 171ee05 commit 709136e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/helm-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
-f target_commitish="${GITHUB_REF_NAME}" \
4040
-f previous_tag_name="${{ steps.previous-version.outputs.tag }}" | jq -r .body > charts/cryostat/release-notes.md
4141
- name: Run chart-releaser
42-
uses: helm/chart-releaser-action@v1.6.0
42+
uses: helm/chart-releaser-action@v1.7.0
4343
env:
4444
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
4545
with:

0 commit comments

Comments
 (0)