diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index f05e59fd9..6ddd178da 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -84,7 +84,7 @@ jobs: # clone ent-starter git clone https://github.com/lolopinto/ent-starter.git cd ent-starter - npm install @snowtop/ent '@snowtop/ent-email@0.1.0-alpha1' + npm install @snowtop/ent '@snowtop/ent-email@0.1.0' mkdir -p src/schema cat ../.github/testdata/schema1.json | tsent generate schemas tsent codegen