From 457f4416b3439dcecf816aecebcbe5f9eab9b3e6 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Wed, 2 Sep 2020 17:00:10 +0300 Subject: [PATCH] CI: build before adding dist/ folder --- .circleci/make-release.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.circleci/make-release.sh b/.circleci/make-release.sh index b0d5a9e..81a27b3 100755 --- a/.circleci/make-release.sh +++ b/.circleci/make-release.sh @@ -29,9 +29,7 @@ RELEASE_BRANCH=release-$RELEASE_VER # Build plugin git checkout -b "$RELEASE_BRANCH" - -# Skip since moved to publishing plugin assets from github releases -# make clean install dist +make clean install dist # Commit release git add --force dist/