Skip to content

Commit

Permalink
ci: snap install -> sudo snap install
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Krail committed Mar 27, 2020
1 parent 0e90f64 commit 94ecb29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Install yq via snap
run: |
snap install yq
sudo snap install yq
yq --version
- name: Bundle all of the charts
Expand Down

0 comments on commit 94ecb29

Please sign in to comment.