We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34d3a76 commit 14a838fCopy full SHA for 14a838f
.github/workflows/make-release.yml
@@ -47,11 +47,3 @@ jobs:
47
git remote set-url origin https://x-access-token:${GH_TOKEN}@github.com/$GITHUB_REPOSITORY
48
npx lerna version --conventional-commits --force-publish --yes
49
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