Skip to content

Commit

Permalink
ci: fix lerna script
Browse files Browse the repository at this point in the history
  • Loading branch information
noomorph committed Sep 1, 2023
1 parent 127ff2c commit e249ada
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
with:
useLockFile: false

- name: Lerna version
- name: Lerna Publish
run: |
git tag -d ${{ github.event.release.tag_name }}
git push origin :refs/tags/${{ github.event.release.tag_name }}
lerna version ${{github.event.release.tag_name}} --yes
lerna version ${{github.event.release.tag_name}} --no-push --yes
lerna publish from-git --yes

0 comments on commit e249ada

Please sign in to comment.