Skip to content

Commit

Permalink
ci(release): upgrade chart-releaser-action to 1.6.0 (cryostatio#112)
Browse files Browse the repository at this point in the history
Signed-off-by: Thuan Vo <[email protected]>
  • Loading branch information
tthvo authored Jan 8, 2024
1 parent ed50629 commit 68a9bcf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/helm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,13 @@ jobs:
-f target_commitish="${GITHUB_REF_NAME}" \
-f previous_tag_name="${{ steps.previous-version.outputs.tag }}" | jq -r .body > charts/cryostat/release-notes.md
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
uses: helm/chart-releaser-action@v1.6.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
version: v1.5.0
charts_dir: charts
config: .github/helm-release-config.yml

update-helm-repo:
uses: ./.github/workflows/submodule.yml
needs: helm-release
Expand Down

0 comments on commit 68a9bcf

Please sign in to comment.