We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d17d01 commit a654cdcCopy full SHA for a654cdc
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