Skip to content

Commit 9b9dfd3

Browse files
jaybarden1jbarden
andauthored
Seems I changed the url to the actual NuGet but not the key... (#26)
Co-authored-by: Jason Barden <[email protected]>
1 parent 03dc58d commit 9b9dfd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
run: dotnet pack ./src/${{ env.ProjectName }}/${{ env.ProjectName }}.csproj --configuration Release --output ./nupkg
2929

3030
- name: 🚀 Publish to NuGet.org
31-
run: dotnet nuget push ./nupkg/*.nupkg --skip-duplicate --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NuGet_Test_API_Key }} #
31+
run: dotnet nuget push ./nupkg/*.nupkg --skip-duplicate --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NuGet_API_Key }} #
3232

0 commit comments

Comments
 (0)