File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,12 @@ jobs:
11
11
get_version :
12
12
runs-on : ubuntu-20.04
13
13
steps :
14
+ # need fetch-depth:0 to also download the tags
14
15
- name : Download OpenTelemetry-Matlab source
15
16
uses : actions/checkout@v3
16
17
with :
17
18
path : opentelemetry-matlab
19
+ fetch-depth : 0
18
20
- name : Get Version
19
21
id : getversion
20
22
shell : bash
Original file line number Diff line number Diff line change @@ -12,10 +12,12 @@ jobs:
12
12
get_version :
13
13
runs-on : ubuntu-20.04
14
14
steps :
15
+ # need fetch-depth:0 to also download the tags
15
16
- name : Download OpenTelemetry-Matlab source
16
17
uses : actions/checkout@v3
17
18
with :
18
19
path : opentelemetry-matlab
20
+ fetch-depth : 0
19
21
- name : Get Version
20
22
id : getversion
21
23
shell : bash
You can’t perform that action at this time.
0 commit comments