Skip to content

Commit 85c4d73

Browse files
committed
Use previous version of sign tool
(cherry picked from commit 6645e5b)
1 parent 80e52a6 commit 85c4d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CreateSignNuGet.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
needs: build
4141
steps:
4242
- name: Install Sign CLI tool
43-
run: dotnet tool install sign -g --prerelease
43+
run: dotnet tool install sign -g --version 0.9.1-beta.24529.1
4444

4545
- name: Download Unsigned NuGet
4646
id: downloadUnsignedNuget

0 commit comments

Comments
 (0)