Skip to content

Commit

Permalink
Do not push version changes
Browse files Browse the repository at this point in the history
  • Loading branch information
John Smith committed May 8, 2024
1 parent 33bfb20 commit 019eb61
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 019eb61

Please sign in to comment.