Skip to content

Commit

Permalink
Merge branch 'main' into labeler-test
Browse files Browse the repository at this point in the history
  • Loading branch information
macieklad committed Nov 18, 2024
2 parents bfffe5a + 9d63f77 commit f945804
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
publish: pnpm release
# pnpm release - in real repo
publish: echo "released!"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"lint-staged": "^15.2.10",
"prettier": "~3.3.3",
"syncpack": "^12.4.0",
"turbo": "^2.2.3"
"turbo": "^2.3.0"
},
"packageManager": "pnpm@9.12.2"
}

0 comments on commit f945804

Please sign in to comment.