We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7af1cbe commit 498d197Copy full SHA for 498d197
.github/workflows/build-and-publish.yml
@@ -140,10 +140,9 @@ jobs:
140
user: ${{ secrets.INFRAGISTICS_NUGET_ORG_USER }}
141
142
- name: Publish to NuGet.org
143
+ shell: pwsh
144
run: |
- dotnet nuget push "${{ github.workspace }}\nupkg\*.nupkg" `
145
- --api-key ${{ steps.nuget-login.outputs.nuget-api-key }} `
146
- --source https://api.nuget.org/v3/index.json
+ dotnet nuget push "${{ github.workspace }}/nupkg/*.nupkg" --api-key ${{ steps.nuget-login.outputs.nuget-api-key }} --source https://api.nuget.org/v3/index.json
147
148
- name: Clean up certificate
149
if: always()
0 commit comments