Skip to content

Commit

Permalink
latest now uses datasette-ephemeral-tables>=0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Nov 30, 2022
1 parent 7588d27 commit 9f5321f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-latest.yml
Expand Up @@ -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' }}
Expand Down

0 comments on commit 9f5321f

Please sign in to comment.