Skip to content

Commit

Permalink
Merge pull request #34 from FriedRiceNoodles/ci/release
Browse files Browse the repository at this point in the history
ci: updated the publish command of release workflow
  • Loading branch information
FriedRiceNoodles authored Feb 23, 2024
2 parents 6d02626 + a9b4b6f commit d9dd704
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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 @@ -42,7 +42,7 @@ jobs:
uses: changesets/action@v1
with:
commit: 'chore(release): release by changesets'
publish: pnpm publish:all
publish: pnpm changeset publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"lint": "pnpm run lint:es",
"lint:es": "eslint \"packages/**/{src,styles,bin}/**/*.{js,jsx,ts,tsx}\"",
"prepare": "husky install && dumi setup",
"publish:all": "cd packages/banana && pnpm publish && cd ../banana-react && pnpm publish && cd ../../ && pnpm changeset tag",
"start": "pnpm run dev",
"test": "cd packages/banana && pnpm run test"
},
Expand Down

0 comments on commit d9dd704

Please sign in to comment.