We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19ba512 commit 9a60589Copy full SHA for 9a60589
1 file changed
.github/workflows/release.yml
@@ -22,13 +22,13 @@ jobs:
22
dotnet-version: 10.0.x
23
24
- name: Install GitVersion
25
- uses: gittools/actions/gitversion/setup@v3.1.11
+ uses: gittools/actions/gitversion/setup@v3.2.1
26
with:
27
- versionSpec: '6.0.x'
+ versionSpec: '6.3.x'
28
29
- name: Determine version
30
id: version_step
31
- uses: gittools/actions/gitversion/execute@v3.1.11
+ uses: gittools/actions/gitversion/execute@v3.2.1
32
33
- name: Set package version
34
run: |
0 commit comments