Skip to content

Commit

Permalink
fix(ci): issue with publishing create-refine-app package
Browse files Browse the repository at this point in the history
  • Loading branch information
BatuhanW committed Dec 12, 2024
1 parent 90ff69a commit 8b4d0fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/refine-registry-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: changesets/action@v1
with:
version: pnpm version-packages
publish: pnpm changeset publish
publish: pnpm publish-packages
commit: "ci(changesets): refine registry version packages"
title: "ci(changesets): refine registry version packages"
createGithubReleases: false
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"prepare": "husky install",
"publint": "lerna run publint --scope @refinedev/core",
"publint:all": "lerna run publint --scope @refinedev/*",
"publish-packages": "cd packages/create-refine-app && pnpm config set registry=registry.refine.dev --location project && cd ../.. && pnpm changeset publish && rimraf ./packages/create-refine-app/.npmrc",
"sp": "syncpack",
"start": "lerna run start",
"test": "lerna run test --stream",
Expand Down

0 comments on commit 8b4d0fe

Please sign in to comment.