We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80e52a6 commit 85c4d73Copy full SHA for 85c4d73
.github/workflows/CreateSignNuGet.yml
@@ -40,7 +40,7 @@ jobs:
40
needs: build
41
steps:
42
- name: Install Sign CLI tool
43
- run: dotnet tool install sign -g --prerelease
+ run: dotnet tool install sign -g --version 0.9.1-beta.24529.1
44
45
- name: Download Unsigned NuGet
46
id: downloadUnsignedNuget
0 commit comments