Browse Source

chore: Install ci tagged version of @vendure/create

Michael Bromley 6 years ago
parent
commit
ab57a08e86
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/publish_and_install.yml

+ 2 - 1
.github/workflows/publish_and_install.yml

@@ -50,5 +50,6 @@ jobs:
       run: |
       run: |
         mkdir -p $HOME/install
         mkdir -p $HOME/install
         cd $HOME/install
         cd $HOME/install
-        npx @vendure/create test-app --ci --registry http://localhost:4873/
+        npm dist-tag ls @vendure/create
+        npx @vendure/create@ci test-app --ci