datafaker-net/datafaker

Fix publishing of snapshots

Closed this issue · 4 comments

Sonatype have changed something in their authentication setup, and now the snapshots aren't published anymore on every push.

This should get fixed.

It's quite simple change. Instead of your real username+password, you need to use "access token".
You can generate it in https://oss.sonatype.org -> "Profile" -> "User Token":

image

Similar to the change GitHub made a few years ago.

Thanks, I'll have a look, just not sure where it's used.

Okay, it's updated, and I've used this PR to test it: #1302

Update: publishing snapshots works again. Thanks for the pointers!