From 8f53b226f6740d069c3bc8a05375105f281b03d0 Mon Sep 17 00:00:00 2001 From: svetlagasheva Date: Tue, 21 Jan 2020 17:20:53 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 573d69d95..d42a1a1b0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: - name: Build run: | echo -e "[url \"https://github.com/\"]\n\tinsteadOf = ssh://git@github.com/" > ~/.gitconfig - yarn install && yarn build && yarn test + yarn install && yarn build - uses: actions/upload-artifact@v1 with: name: stremio-web