We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd14d9a commit efa670eCopy full SHA for efa670e
.github/workflows/continuous-integration.yml
@@ -141,6 +141,6 @@ jobs:
141
uses: NuGet/login@v1
142
id: nuget-login
143
with:
144
- user: 0xced
+ user: '0xced'
145
- name: 🚀 Publish NuGet package on nuget.org
146
run: dotnet nuget push "*.nupkg" --source https://api.nuget.org/v3/index.json --api-key "${{ steps.nuget-login.outputs.NUGET_API_KEY }}"
0 commit comments