We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b54caac commit 108ccbcCopy full SHA for 108ccbc
1 file changed
.github/workflows/create-tag.yml
@@ -15,11 +15,11 @@
15
with:
16
fetch-depth: 0
17
- name: Install GitVersion
18
- uses: gittools/actions/gitversion/setup@v0.11.0
+ uses: gittools/actions/gitversion/setup@v3.1.11
19
20
versionSpec: '5.x'
21
- name: Determine Version
22
- uses: gittools/actions/gitversion/execute@v0.11.0
+ uses: gittools/actions/gitversion/execute@v3.1.11
23
24
useConfigFile: true
25
- name: Create git tag
0 commit comments