From 47fe02bef83999534bbe7375343f19069a32644a Mon Sep 17 00:00:00 2001 From: Jerome Simeon Date: Sun, 24 Jan 2021 12:56:02 -0500 Subject: [PATCH] chore(build) Turn on publish workflow Signed-off-by: Jerome Simeon --- .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 08ddc44fd5..75f25d317a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -33,7 +33,7 @@ jobs: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc npm version --no-git-tag-version --yes --exact ${{ github.event.release.tag_name }} ./node_modules/.bin/lerna version --no-git-tag-version --yes --exact ${{ github.event.release.tag_name }} - echo "./node_modules/.bin/lerna exec -- npm publish --access public ${{ steps.tag.outputs.tag }} 2>&1" + ./node_modules/.bin/lerna exec -- npm publish --access public ${{ steps.tag.outputs.tag }} 2>&1 rm ~/.npmrc - name: Create Pull Request