Skip to content

Commit

Permalink
Trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
mzogheib committed Jul 14, 2024
1 parent 3f6270b commit 01b113f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/root__publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ jobs:

- name: Install
shell: bash
run: yarn install --immutable
run: yarn

- name: Release
shell: bash
run: yarn release
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- shell: bash
run: yarn workspace @quoll/ui-components build
3 changes: 2 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"packages": ["packages/*"],
"version": "independent",
"npmClient": "yarn"
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ if [ -z "$CI" ]; then
exit 1
fi

cross-env lerna publish --message "chore: publish packages" --conventional-commits --yes
cross-env lerna publish --message "chore: publish packages" --conventional-commits --yes --no-ci

0 comments on commit 01b113f

Please sign in to comment.