diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f1f2bfcb..5f848ffc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,7 +57,7 @@ jobs: - name: Check npm config run: npm config list - - run: node_modules/.bin/lerna exec --ignore root --ignore simpleserialize.com --no-private "npm publish --access public" + - run: node_modules/.bin/lerna publish from-package --no-verify-access if: ${{ steps.release.outputs.releases_created }} @@ -69,4 +69,4 @@ jobs: accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} projectName: simpleserialize directory: ./packages/simpleserialize.com/dist - gitHubToken: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + gitHubToken: ${{ secrets.GITHUB_TOKEN }}