We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9912c73 commit a146e42Copy full SHA for a146e42
.github/workflows/ci-build.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Determine Version
30
id: gitversion
31
- uses: gittools/actions/gitversion/execute@v1.1.1
+ uses: gittools/actions/gitversion/execute@v3.0.0
32
with:
33
useConfigFile: true
34
@@ -79,7 +79,7 @@ jobs:
79
80
81
82
83
84
85
.github/workflows/release-build.yml
@@ -27,7 +27,7 @@ jobs:
27
0 commit comments