diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2117ca96..e627b445 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -44,11 +44,16 @@ jobs: git config --global user.email "ci@differential.dev" - name: Version packages - run: npx lerna version --conventional-commits --yes --no-private --create-release github + run: npx lerna version --conventional-commits --yes --no-private --no-push env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Publish packages - run: npx lerna publish from-package --yes --no-private --registry https://registry.npmjs.org - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + # - name: Version packages + # run: npx lerna version --conventional-commits --yes --no-private --create-release github + # env: + # GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + + # - name: Publish packages + # run: npx lerna publish from-package --yes --no-private --registry https://registry.npmjs.org + # env: + # NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}