Skip to content

Commit b38285c

Browse files
committed
Fix client publishing workflow
1 parent c5e8437 commit b38285c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: ./.github/workflows/.hatch-run.yml
2121
with:
2222
job-name: "Publish to NPM"
23-
run-cmd: "hatch run javascript:publish_reactpy_client"
23+
run-cmd: "hatch run javascript:publish_client"
2424
secrets:
2525
node-auth-token: ${{ secrets.NODE_AUTH_TOKEN }}
2626

0 commit comments

Comments
 (0)