Skip to content

Commit

Permalink
ci: fix lerna script #2
Browse files Browse the repository at this point in the history
  • Loading branch information
noomorph committed Sep 1, 2023
1 parent e249ada commit c4c9ffd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@ jobs:
- 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}} --no-push --yes
lerna publish from-git --yes

0 comments on commit c4c9ffd

Please sign in to comment.