Skip to content

Commit ab67bd7

Browse files
committed
尝试导出工具
1 parent 6ede232 commit ab67bd7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
- name: Install dotnet tool
4848
run: dotnet tool install -g dotnetCampus.TagToVersion
4949

50+
- name: Export tool
51+
run: export PATH="$PATH:/github/home/.dotnet/tools"
52+
5053
- name: Set tag to version
5154
run: dotnet-TagToVersion -t ${{ github.ref }}
5255

@@ -108,6 +111,9 @@ jobs:
108111
- name: Install dotnet tool
109112
run: dotnet tool install -g dotnetCampus.TagToVersion
110113

114+
- name: Export tool
115+
run: export PATH="$PATH:/github/home/.dotnet/tools"
116+
111117
- name: Set tag to version
112118
run: dotnet-TagToVersion -t ${{ github.ref }}
113119

0 commit comments

Comments
 (0)