We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30b293b commit 6ede232Copy full SHA for 6ede232
1 file changed
.github/workflows/NuGet-tag-publish-MediaConverters.yml
@@ -48,7 +48,7 @@ jobs:
48
run: dotnet tool install -g dotnetCampus.TagToVersion
49
50
- name: Set tag to version
51
- run: dotnet TagToVersion -t ${{ github.ref }}
+ run: dotnet-TagToVersion -t ${{ github.ref }}
52
53
- name: Build with dotnet
54
run: dotnet build --configuration Release src/MediaConverters/MediaConverters.sln
@@ -109,7 +109,7 @@ jobs:
109
110
111
112
113
114
115
0 commit comments