Skip to content

Commit 93b3986

Browse files
Antony BaileyAntony Bailey
authored andcommitted
.
1 parent bebcd9c commit 93b3986

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish NuGet Package
22

33
on:
44
push:
5-
tags:
5+
tags:git s
66
- 'v*'
77
workflow_dispatch:
88

@@ -25,7 +25,7 @@ jobs:
2525
dotnet-version: 9.0.201
2626

2727
- name: Install GitVersion
28-
uses: gittools/actions/gitversion/execute@5.6.10
28+
uses: gittools/actions/gitversion/execute@v3.1.11
2929
id: gitversion
3030
with:
3131
useConfigFile: false

0 commit comments

Comments
 (0)