We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 891d904 commit 9ee6006Copy full SHA for 9ee6006
1 file changed
.github/workflows/continuous-delivery-nuget.yml
@@ -17,12 +17,12 @@ jobs:
17
with:
18
global-json-file: "global.json"
19
- name: Install GitVersion
20
- uses: gittools/actions/gitversion/setup@v1.2.0
+ uses: gittools/actions/gitversion/setup@v4.0.1
21
22
versionSpec: "5.x"
23
- name: Determine Version
24
id: version # step id used as reference for output values
25
- uses: gittools/actions/gitversion/execute@v1.2.0
+ uses: gittools/actions/gitversion/execute@v4.0.1
26
- name: Build with dotnet
27
run: dotnet build --configuration Release
28
- name: Pack nuget
0 commit comments