We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ede232 commit ab67bd7Copy full SHA for ab67bd7
1 file changed
.github/workflows/NuGet-tag-publish-MediaConverters.yml
@@ -47,6 +47,9 @@ jobs:
47
- name: Install dotnet tool
48
run: dotnet tool install -g dotnetCampus.TagToVersion
49
50
+ - name: Export tool
51
+ run: export PATH="$PATH:/github/home/.dotnet/tools"
52
+
53
- name: Set tag to version
54
run: dotnet-TagToVersion -t ${{ github.ref }}
55
@@ -108,6 +111,9 @@ jobs:
108
111
109
112
110
113
114
115
116
117
118
119
0 commit comments