From cbd9b4e9f90d0aae2f2d205e90654a453f6cb36e Mon Sep 17 00:00:00 2001 From: Andrea Amorosi Date: Wed, 24 Aug 2022 15:08:02 +0200 Subject: [PATCH] Update make-release.yml --- .github/workflows/make-release.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/make-release.yml b/.github/workflows/make-release.yml index 677b126602..0cec051608 100644 --- a/.github/workflows/make-release.yml +++ b/.github/workflows/make-release.yml @@ -47,11 +47,3 @@ jobs: git remote set-url origin https://x-access-token:${GH_TOKEN}@github.com/$GITHUB_REPOSITORY npx lerna version --conventional-commits --force-publish --yes npx lerna publish from-git --no-verify-access --yes - publish: - needs: publish-npm - uses: ./.github/workflows/reusable-publish-docs.yml - with: - workflow_origin: ${{ github.event.repository.full_name }} - isRelease: "true" - secrets: - token: ${{ secrets.GITHUB_TOKEN }}