Skip to content

Commit f97d34e

Browse files
committed
refactors release creation workflow, fixes #142, fixes #129
1 parent a8da092 commit f97d34e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build_and_test_full.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/build_and_test_simple.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)