Skip to content

Commit

Permalink
chore(ci): Use 'from-package' and not 'from-git' for publish (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy authored Oct 9, 2024
1 parent 456a778 commit 41493aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ jobs:
env:
DIST_TAG: ${{ steps.dist-tag.outputs.result }}
run: |
yarn lerna publish from-git --yes --dist-tag ${DIST_TAG}
yarn lerna publish from-package --yes --dist-tag ${DIST_TAG}

0 comments on commit 41493aa

Please sign in to comment.