simonw / datasette.io

The official project website for Datasette
https://datasette.io
88 stars 21 forks source link

Latest releases not being correctly imported #123

Closed simonw closed 1 year ago

simonw commented 1 year ago

The https://datasette.io/ homepage is missing this new release, even though it should have been imported by a recent publish run: https://github.com/simonw/datasette-indieauth/releases/tag/1.2.1

simonw commented 1 year ago

I think it's the same problem as this:

Which I fixed in https://github.com/simonw/simonw/commit/205c9e20115d286ed9ee7136284d975eea0be618

-        releases(last: 1) {
+        releases(orderBy: {field: CREATED_AT, direction: DESC}, first: 1) {
simonw commented 1 year ago

That fixed it: https://datasette.io/

image