Skip to content

Commit

Permalink
fix: publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bassemsab committed Jan 29, 2024
1 parent 820a871 commit 7fa5277
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ jobs:
# if: steps.tag_check.outputs.exists_tag == 'false'
run: |
npm i --no-save
lerna publish ${{ env.CURRENT_VERSION }} --force-publish --no-git-tag-version --yes
lerna publish ${{ env.CURRENT_VERSION }} --use-workspaces --force-publish --no-git-tag-version --yes
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages": ["components/*", "packages/*"],
"ignoreChanges": ["**/__fixtures__/**", "**/__tests__/**", "**/__test__/**", "**/*.md"],
"version": "1.1.0-alpha.50",
"version": "1.1.0-alpha.49",
"npmClient": "yarn",
"command": {
"publish": {
Expand Down

0 comments on commit 7fa5277

Please sign in to comment.