Skip to content

Commit

Permalink
use correct NUGET_API_KEY secret
Browse files Browse the repository at this point in the history
  • Loading branch information
eoinobrien committed Dec 12, 2020
1 parent d98bdf8 commit 78ed517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ jobs:
asset_name: artifacts/LuasAPI.NET.${{ github.event.release.tag_name }}.nupkg
asset_content_type: application/zip
- name: Publish packages
run: dotnet nuget push ./artifacts/**.nupkg --source nuget.org --api-key ${{secrets.NUGET_TOKEN}}
run: dotnet nuget push ./artifacts/**.nupkg --source nuget.org --api-key ${{secrets.NUGET_API_KEY}}

0 comments on commit 78ed517

Please sign in to comment.