Kaynağa Gözat

chore: Install ci tagged version of @vendure/create

Michael Bromley 6 yıl önce
ebeveyn
işleme
ab57a08e86
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2 1
      .github/workflows/publish_and_install.yml

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

@@ -50,5 +50,6 @@ jobs:
       run: |
         mkdir -p $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