Skip to content

Commit

Permalink
ci: publish fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
noomorph committed Sep 1, 2023
1 parent c4c9ffd commit c5594a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
- name: Lerna Publish
run: |
git tag -d ${{ github.event.release.tag_name }}
lerna version ${{github.event.release.tag_name}} --no-push --yes
lerna publish from-git --yes
lerna version ${{github.event.release.tag_name}} --no-push --yes --no-git-tag-version
lerna publish from-package --yes
4 changes: 1 addition & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"workspaces": [
"packages/*"
],
"useWorkspaces": true,
"version": "1.0.0-beta.15"
}

0 comments on commit c5594a3

Please sign in to comment.