Skip to content

Commit

Permalink
ci: trigger publish from-package
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz committed May 20, 2021
1 parent 7a20109 commit 2752a34
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 2752a34

Please sign in to comment.