Skip to content

Commit 13a86fa

Browse files
committed
fix(repo): add correct publish command
1 parent d1ef90f commit 13a86fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: changesets/action@v1
4747
with:
4848
# This expects you to have a script called release which does a build for your packages and calls changeset publish
49-
publish: pnpm release
49+
publish: pnpm publish --filter=@simpleanalytics/next
5050
env:
5151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5252
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)