From 10ba3c939bd139cddd5923c11256e337eedaae80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20K=C3=A1ntor?= Date: Fri, 19 Feb 2021 17:42:14 +0100 Subject: [PATCH] fix(web): fix package release set up semantic-release for all packages that are not private fixes #1081 --- .semaphore/pipeline_3.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.semaphore/pipeline_3.yml b/.semaphore/pipeline_3.yml index a5003094d211..0e646181158f 100644 --- a/.semaphore/pipeline_3.yml +++ b/.semaphore/pipeline_3.yml @@ -16,8 +16,8 @@ blocks: - cache restore packages-web-$(checksum yarn.lock) - git config --global user.email "gitlab@daniel-kantor.com" - git config --global user.name "Dániel Kántor" - - yarn workspace @librelingo/answer-corrector build - - yarn workspace @librelingo/answer-corrector semantic-release -e semantic-release-monorepo + - yarn workspaces run build + - yarn workspaces run semantic-release -e semantic-release-monorepo secrets: - name: NPM token - name: GitHub token