Skip to content

Commit

Permalink
fix: stable gh worfklow
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasRalee committed Jun 18, 2024
1 parent bc2ebae commit 7000347
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,9 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Version and publish
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
lerna version patch --conventional-commits --conventional-graduate --force-git-tag --yes
lerna publish from-git --force-git-tag --dist-tag latest --yes --summary-file
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 7000347

Please sign in to comment.