Skip to content

Commit 6645e5b

Browse files
committed
Use previous version of sign tool
1 parent dd57e65 commit 6645e5b

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
@@ -39,7 +39,7 @@ jobs:
3939
needs: build
4040
steps:
4141
- name: Install Sign CLI tool
42-
run: dotnet tool install sign -g --prerelease
42+
run: dotnet tool install sign -g --version 0.9.1-beta.24529.1
4343

4444
- name: Download Unsigned NuGet
4545
id: downloadUnsignedNuget

0 commit comments

Comments
 (0)