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 038b957 commit 04a7e4bCopy full SHA for 04a7e4b
.github/workflows/deploy.yml
@@ -37,13 +37,13 @@ jobs:
37
fetch-depth: 0
38
39
- name: Install GitVersion
40
- uses: gittools/actions/gitversion/setup@v0.9.9
+ uses: gittools/actions/gitversion/setup@v0.9.10
41
with:
42
versionSpec: "5.5.x"
43
44
- name: Version with GitVersion # https://github.com/marketplace/actions/use-actions
45
id: gitversion
46
- uses: gittools/actions/gitversion/execute@v0.9.9
+ uses: gittools/actions/gitversion/execute@v0.9.10
47
48
- name: Push version tag
49
uses: tvdias/github-tagger@v0.0.2
0 commit comments