Skip to content

Commit 6ede232

Browse files
committed
尝试修复找不到工具
1 parent 30b293b commit 6ede232

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/NuGet-tag-publish-MediaConverters.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: dotnet tool install -g dotnetCampus.TagToVersion
4949

5050
- name: Set tag to version
51-
run: dotnet TagToVersion -t ${{ github.ref }}
51+
run: dotnet-TagToVersion -t ${{ github.ref }}
5252

5353
- name: Build with dotnet
5454
run: dotnet build --configuration Release src/MediaConverters/MediaConverters.sln
@@ -109,7 +109,7 @@ jobs:
109109
run: dotnet tool install -g dotnetCampus.TagToVersion
110110

111111
- name: Set tag to version
112-
run: dotnet TagToVersion -t ${{ github.ref }}
112+
run: dotnet-TagToVersion -t ${{ github.ref }}
113113

114114
- name: Build with dotnet
115115
run: dotnet build --configuration Release src/MediaConverters/MediaConverters.sln

0 commit comments

Comments
 (0)