Skip to content

Commit f945804

Browse files
committed
Merge branch 'main' into labeler-test
2 parents bfffe5a + 9d63f77 commit f945804

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/changesets.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
id: changesets
2525
uses: changesets/action@v1
2626
with:
27-
publish: pnpm release
27+
# pnpm release - in real repo
28+
publish: echo "released!"
2829
env:
2930
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"lint-staged": "^15.2.10",
3232
"prettier": "~3.3.3",
3333
"syncpack": "^12.4.0",
34-
"turbo": "^2.2.3"
34+
"turbo": "^2.3.0"
3535
},
3636
"packageManager": "[email protected]"
3737
}

0 commit comments

Comments
 (0)