Skip to content

Commit

Permalink
ci: revert back to vanilla lerna publish
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz committed May 21, 2021
1 parent 2752a34 commit 0ff0ff3
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 @@ -37,6 +37,6 @@ jobs:
- name: Coverage Report
uses: codecov/codecov-action@v1
- name: Publish Changed Packages
run: lerna publish from-package --yes
run: lerna publish --yes
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0ff0ff3

Please sign in to comment.