Skip to content

Commit 14a838f

Browse files
authored
Update make-release.yml (#1075)
1 parent 34d3a76 commit 14a838f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Diff for: .github/workflows/make-release.yml

-8
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,3 @@ jobs:
4747
git remote set-url origin https://x-access-token:${GH_TOKEN}@github.com/$GITHUB_REPOSITORY
4848
npx lerna version --conventional-commits --force-publish --yes
4949
npx lerna publish from-git --no-verify-access --yes
50-
publish:
51-
needs: publish-npm
52-
uses: ./.github/workflows/reusable-publish-docs.yml
53-
with:
54-
workflow_origin: ${{ github.event.repository.full_name }}
55-
isRelease: "true"
56-
secrets:
57-
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)