Skip to content

Commit 37ec1e4

Browse files
committed
+semver: major
1 parent 5a35348 commit 37ec1e4

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ jobs:
1515
runs-on: macOS-12
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- name: Checkout
19+
uses: actions/checkout@v3
20+
with:
21+
fetch-depth: 0
1922

2023
- name: Setup .NET
2124
uses: actions/setup-dotnet@v3
@@ -25,6 +28,11 @@ jobs:
2528
- name: Install .NET Workloads
2629
run: dotnet workload install ios maccatalyst
2730

31+
- name: Install GitVersion
32+
uses: gittools/actions/gitversion/[email protected]
33+
with:
34+
versionSpec: '5.x'
35+
2836
- name: Determine Version
2937
id: gitversion
3038
uses: gittools/actions/gitversion/[email protected]

0 commit comments

Comments
 (0)