Skip to content

Commit

Permalink
refactors release creation workflow, fixes #142, fixes #129
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanpo committed Jul 23, 2024
1 parent a8da092 commit f97d34e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_test_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ jobs:
get_version:
runs-on: ubuntu-20.04
steps:
# need fetch-depth:0 to also download the tags
- name: Download OpenTelemetry-Matlab source
uses: actions/checkout@v3
with:
path: opentelemetry-matlab
fetch-depth: 0
- name: Get Version
id: getversion
shell: bash
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_and_test_simple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ jobs:
get_version:
runs-on: ubuntu-20.04
steps:
# need fetch-depth:0 to also download the tags
- name: Download OpenTelemetry-Matlab source
uses: actions/checkout@v3
with:
path: opentelemetry-matlab
fetch-depth: 0
- name: Get Version
id: getversion
shell: bash
Expand Down

0 comments on commit f97d34e

Please sign in to comment.