Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lorisleiva committed May 7, 2024
1 parent 06da686 commit 7bb47e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
with:
commit: 'Publish packages'
title: 'Publish packages'
publish: pnpm publish
publish: pnpm publish-packages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"name": "@kinobi-so/monorepo",
"version": "0.0.0",
"private": true,
"workspaces": [
"packages/*"
Expand All @@ -10,7 +8,7 @@
"lint": "turbo run lint --log-order grouped",
"lint:fix": "turbo lint:fix --log-order grouped && pnpm prettier --log-level warn --ignore-unknown --write '{.,!packages}/*'",
"test": "turbo run test --log-order grouped",
"publish": "pnpm build && changesets publish"
"publish-packages": "pnpm build && changesets publish"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
Expand Down

0 comments on commit 7bb47e2

Please sign in to comment.