We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a35348 commit 37ec1e4Copy full SHA for 37ec1e4
.github/workflows/build.yml
@@ -15,7 +15,10 @@ jobs:
15
runs-on: macOS-12
16
17
steps:
18
- - uses: actions/checkout@v3
+ - name: Checkout
19
+ uses: actions/checkout@v3
20
+ with:
21
+ fetch-depth: 0
22
23
- name: Setup .NET
24
uses: actions/setup-dotnet@v3
@@ -25,6 +28,11 @@ jobs:
25
28
- name: Install .NET Workloads
26
29
run: dotnet workload install ios maccatalyst
27
30
31
+ - name: Install GitVersion
32
+ uses: gittools/actions/gitversion/[email protected]
33
34
+ versionSpec: '5.x'
35
+
36
- name: Determine Version
37
id: gitversion
38
uses: gittools/actions/gitversion/[email protected]
0 commit comments