We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab67bd7 commit 8d17d01Copy full SHA for 8d17d01
1 file changed
.github/workflows/NuGet-tag-publish-MediaConverters.yml
@@ -108,12 +108,12 @@ jobs:
108
6.0.x
109
9.0.x
110
111
+ - name: Add .NET global tools to PATH
112
+ run: echo "$HOME/.dotnet/tools" >> $GITHUB_PATH
113
+
114
- name: Install dotnet tool
115
run: dotnet tool install -g dotnetCampus.TagToVersion
116
- - name: Export tool
- run: export PATH="$PATH:/github/home/.dotnet/tools"
-
117
- name: Set tag to version
118
run: dotnet-TagToVersion -t ${{ github.ref }}
119
0 commit comments