From f189f23ac83ef2982625b050e517d800f142ee1e Mon Sep 17 00:00:00 2001 From: frankpagan Date: Mon, 21 Aug 2023 12:55:11 -0600 Subject: [PATCH] fix: removed build as no webpack.config exist --- .github/workflows/automated.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/automated.yml b/.github/workflows/automated.yml index a47959a..f28cab2 100644 --- a/.github/workflows/automated.yml +++ b/.github/workflows/automated.yml @@ -58,8 +58,7 @@ jobs: run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc - name: Install dependencies run: yarn install - - name: Build - run: yarn build + - name: Set Environment Variables run: | echo "organization_id=${{ secrets.COCREATE_ORGANIZATION_ID }}" >> $GITHUB_ENV