Describe the Bug
Getting 401 Unauthorized when attempting to publish new versions of packages, even while using the same API key. This had been previously working with no changes on our end, so it's likely related to your server maintenance 3 days ago? Another modder I've talked with is also having this issue, and is using a different API key than me.
To Reproduce
Steps to reproduce the behaviour:
- Publish a package
- Attempt to update package with
dotnet nuget push -s ReloadedRepo -k $apiKey $nugetFile.FullName (see our publish script here https://github.com/NotNite/RNSReloaded/blob/main/publish.ps1)
Expected Behaviour
The package is updated
Additional Context
Example GH workflow: https://github.com/NotNite/RNSReloaded/actions/runs/22001506775/job/63575044223
Describe the Bug
Getting 401 Unauthorized when attempting to publish new versions of packages, even while using the same API key. This had been previously working with no changes on our end, so it's likely related to your server maintenance 3 days ago? Another modder I've talked with is also having this issue, and is using a different API key than me.
To Reproduce
Steps to reproduce the behaviour:
dotnet nuget push -s ReloadedRepo -k $apiKey $nugetFile.FullName(see our publish script here https://github.com/NotNite/RNSReloaded/blob/main/publish.ps1)Expected Behaviour
The package is updated
Additional Context
Example GH workflow: https://github.com/NotNite/RNSReloaded/actions/runs/22001506775/job/63575044223