File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 35
35
36
36
- name : Set up Artifact Hub
37
37
run : |
38
- curl --fail --location https://github.com/artifacthub/hub/releases/download/v1.19 .0/ah_1.19 .0_linux_amd64.tar.gz --output /tmp/ah.tar.gz
39
- echo "0e430493521ce387ca04d79b26646a86f92886dbcceb44985bb71082a9530ca5 /tmp/ah.tar.gz" | shasum --check
38
+ curl --fail --location https://github.com/artifacthub/hub/releases/download/v1.20 .0/ah_1.20 .0_linux_amd64.tar.gz --output /tmp/ah.tar.gz
39
+ echo "9027626f19ff9f3ac668f222917130ac885e289e922e1428bfd2e7f066324e31 /tmp/ah.tar.gz" | shasum --check
40
40
sudo tar --extract --file /tmp/ah.tar.gz --directory /usr/local/bin ah
41
41
42
42
- name : Set up Git
Original file line number Diff line number Diff line change @@ -230,8 +230,8 @@ jobs:
230
230
231
231
- name : Set up Artifact Hub
232
232
run : |
233
- curl --fail --location https://github.com/artifacthub/hub/releases/download/v1.19 .0/ah_1.19 .0_linux_amd64.tar.gz --output /tmp/ah.tar.gz
234
- echo "0e430493521ce387ca04d79b26646a86f92886dbcceb44985bb71082a9530ca5 /tmp/ah.tar.gz" | shasum --check
233
+ curl --fail --location https://github.com/artifacthub/hub/releases/download/v1.20 .0/ah_1.20 .0_linux_amd64.tar.gz --output /tmp/ah.tar.gz
234
+ echo "9027626f19ff9f3ac668f222917130ac885e289e922e1428bfd2e7f066324e31 /tmp/ah.tar.gz" | shasum --check
235
235
sudo tar --extract --file /tmp/ah.tar.gz --directory /usr/local/bin ah
236
236
237
237
- name : Set up Helm Docs
You can’t perform that action at this time.
0 commit comments