We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b964c9 commit 8a685b0Copy full SHA for 8a685b0
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
dotnet-version: 6.0.x
21
- name: Build
22
run: dotnet build src --configuration Release
23
- - name: Sign NuGet packages
+ - name: Sign NuGet packages
24
uses: Particular/sign-nuget-packages-action@v1.0.0
25
with:
26
client-id: ${{ secrets.AZURE_KEY_VAULT_CLIENT_ID }}
0 commit comments