I have a gradle project (see GitHub - jamesdh/gorm-graphql: An automatic GraphQL schema generator for GORM) for which I’m trying to publish it’s generated artifacts to the Github Package repo. When I last ran the gradle publish task almost a month ago it published fine. However, now when running the same task it appears to run fine (both from GitHub Actions and locally via command line) but the snapshot located in the GitHub Packages repo never updates.
I could swear this was working just fine for me before. Did snapshot support break again? I know it was only added ~ last April.