Skip to content

Commit

Permalink
fixed chart release (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewChubatiuk committed Apr 11, 2024
1 parent 93b91a8 commit 991d0b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: azure/setup-helm@v3
- uses: azure/setup-helm@v4
- id: get-chart-version
uses: mikefarah/yq@master
with:
Expand All @@ -93,5 +93,5 @@ jobs:
fi
- uses: helm/[email protected]
if: steps.skip-check.outputs.skip == 'false'
with:
env:
CR_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 991d0b0

Please sign in to comment.