diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2d52c7b990..9b0a9b564b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -44,9 +44,12 @@ jobs: run: | git config user.name = "GitHub Action Bot" git config user.email = "<>" + git config --global url."https://github.com/".insteadOf ssh://git@github.com/ + git config --global url."https://".insteadOf ssh:// - name: Install and Build run: | + npm run sub:init npm ci npm run dist