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 5a53f77 commit 0f82f79Copy full SHA for 0f82f79
1 file changed
.github/workflows/publish-nuget.yml
@@ -45,4 +45,4 @@ jobs:
45
run: dotnet pack Airtable.EFCore/Airtable.EFCore.csproj --configuration Release --no-build --output ./artifacts /p:Version=$VERSION
46
47
- name: Publish to NuGet
48
- run: dotnet nuget push ./artifacts/*.nupkg --api-key ${{ secrets.NUGET_TOKEN }} --source ${{ env.NUGET_SOURCE }} --skip-duplicate
+ run: dotnet nuget push ./artifacts/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source ${{ env.NUGET_SOURCE }} --skip-duplicate
0 commit comments