From 08c74827809d68d357c51945a4443e5470a6e62b Mon Sep 17 00:00:00 2001 From: Soc Sieng Date: Thu, 3 Sep 2020 19:52:44 -0700 Subject: [PATCH] fix(build): update build pipeline to fix broken publish (attempt 2) --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4863e8b..ccdac02 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -66,7 +66,7 @@ jobs: bit tag --all `node ../../scripts/version.js` bit export google-pay.button-react - name: publish button-element to bit.dev - run: > + run: | cd src/button-element bit init bit add --id google-pay-button dist/index.js