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 24dd304 commit 5b4f8f6Copy full SHA for 5b4f8f6
.github/workflows/nuget-pub.yml
@@ -28,7 +28,7 @@ jobs:
28
run: dotnet pack ./Parameterize.Net/Parameterize.Net.csproj --configuration Release --no-build -o ./nupkg
29
30
- name: Push to NuGet
31
- uses: nuget/setup-nuget@v2
+ uses: nuget/setup-nuget@v2
32
33
- name: Publish package
34
run: dotnet nuget push ./nupkg/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
0 commit comments