Skip to content

Commit

Permalink
ci: add e2e tests to publish-package action
Browse files Browse the repository at this point in the history
  • Loading branch information
avasisht23 authored and moldy530 committed Jul 24, 2023
1 parent 70be3bf commit 5f406ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
# Lerna publish will, compute the new version, update files, run precommit hooks, tag, publish, and push change log
- name: Publish using Lerna
if: inputs.publish && steps.e2e.outcome == 'success'
run: echo "Hello World"
run: yarn lerna publish --no-private --yes --no-verify-access

0 comments on commit 5f406ba

Please sign in to comment.