Skip to content

Commit

Permalink
ci: trigger publish from-package
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-sheehan-edx committed Jun 9, 2021
1 parent 09b5e40 commit c03b8dc
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 --yes
run: lerna publish from-package --yes
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c03b8dc

Please sign in to comment.