Skip to content

Commit 3c384a4

Browse files
authored
fix other workflows
1 parent 3a9f36b commit 3c384a4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/code-analysis-built-module.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
shell: powershell
2626
run: |
2727
dotnet tool install --global GitVersion.Tool --version 5.*
28+
dotnet-gitversion
2829
- name: Run GitVersion
2930
shell: powershell
3031
run: |

.github/workflows/code-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
shell: powershell
2626
run: |
2727
dotnet tool install --global GitVersion.Tool --version 5.*
28+
dotnet-gitversion
2829
- name: Run GitVersion
2930
shell: powershell
3031
run: |

0 commit comments

Comments
 (0)