File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -470,6 +470,10 @@ jobs:
470
470
with :
471
471
# v2 defaults to a shallow checkout, but we need at least to the previous tag
472
472
fetch-depth : 0
473
+ - name : Ensure we have installed awscli
474
+ run : |
475
+ which aws
476
+ aws --version
473
477
- name : Acquire tags for the repo
474
478
run : |
475
479
git fetch --no-tags --prune --depth=1 origin +refs/tags/*:refs/tags/*
@@ -619,6 +623,10 @@ jobs:
619
623
with :
620
624
# v2 defaults to a shallow checkout, but we need at least to the previous tag
621
625
fetch-depth : 0
626
+ - name : Ensure we have installed awscli
627
+ run : |
628
+ which aws
629
+ aws --version
622
630
- name : Acquire tags for the repo
623
631
run : |
624
632
git fetch --no-tags --prune --depth=1 origin +refs/tags/*:refs/tags/*
@@ -790,6 +798,10 @@ jobs:
790
798
with :
791
799
# v2 defaults to a shallow checkout, but we need at least to the previous tag
792
800
fetch-depth : 0
801
+ - name : Ensure we have installed awscli
802
+ run : |
803
+ which aws
804
+ aws --version
793
805
- name : Acquire tags for the repo
794
806
run : |
795
807
git fetch --no-tags --prune --depth=1 origin +refs/tags/*:refs/tags/*
Original file line number Diff line number Diff line change @@ -58,6 +58,10 @@ jobs: # skip-master skip-pr skip-stable
58
58
with :
59
59
# v2 defaults to a shallow checkout, but we need at least to the previous tag
60
60
fetch-depth : 0
61
+ - name : Ensure we have installed awscli
62
+ run : |
63
+ which aws
64
+ aws --version
61
65
- name : Acquire tags for the repo
62
66
run : |
63
67
git fetch --no-tags --prune --depth=1 origin +refs/tags/*:refs/tags/*
You can’t perform that action at this time.
0 commit comments