Skip to content

Commit

Permalink
update yq installation in ga
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhan-yilmaz committed Oct 16, 2024
1 parent 45109a7 commit 7fe1cd4
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/helm-package-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,15 @@ jobs:

- name: Install Helm
uses: azure/[email protected]

- uses: chrisdickinson/setup-yq@latest



- name: Install YQ
run: |
snap install yq
# - name: Install YQ
# uses: dcarbone/[email protected]

- name: 'Setup jq'
uses: dcarbone/install-jq-action@v2

Expand Down

0 comments on commit 7fe1cd4

Please sign in to comment.