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