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:
1111 get_version :
1212 runs-on : ubuntu-20.04
1313 steps :
14+ # need fetch-depth:0 to also download the tags
1415 - name : Download OpenTelemetry-Matlab source
1516 uses : actions/checkout@v3
1617 with :
1718 path : opentelemetry-matlab
19+ fetch-depth : 0
1820 - name : Get Version
1921 id : getversion
2022 shell : bash
Original file line number Diff line number Diff line change @@ -12,10 +12,12 @@ jobs:
1212 get_version :
1313 runs-on : ubuntu-20.04
1414 steps :
15+ # need fetch-depth:0 to also download the tags
1516 - name : Download OpenTelemetry-Matlab source
1617 uses : actions/checkout@v3
1718 with :
1819 path : opentelemetry-matlab
20+ fetch-depth : 0
1921 - name : Get Version
2022 id : getversion
2123 shell : bash
You can’t perform that action at this time.
0 commit comments