From 9c42292285c2d247a451cf21aba93a058b92aef4 Mon Sep 17 00:00:00 2001 From: Wil Wilsman Date: Thu, 30 Jul 2020 13:09:22 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Add=20yes=20flag=20to=20release?= =?UTF-8?q?=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 709d873f2..971687d69 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,6 +16,6 @@ jobs: - name: Build packages run: yarn build - name: Publish - run: yarn lerna publish from-package + run: yarn lerna publish from-package --yes env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}