latest now uses datasette-ephemeral-tables>=0.2.1

Fix for https://github.com/simonw/datasette-ephemeral-tables/issues/4
pull/1930/head
Simon Willison 2022-11-29 20:43:27 -08:00 zatwierdzone przez GitHub
rodzic 7588d27f4a
commit 9f5321ff1e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -80,7 +80,7 @@ jobs:
--branch=$GITHUB_SHA \
--version-note=$GITHUB_SHA \
--extra-options="--setting template_debug 1 --setting trace_debug 1 --crossdb" \
--install 'datasette-ephemeral-tables>=0.2' \
--install 'datasette-ephemeral-tables>=0.2.1' \
--service "datasette-latest$SUFFIX"
- name: Deploy to docs as well (only for main)
if: ${{ github.ref == 'refs/heads/main' }}