We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5e8437 commit ea40d18Copy full SHA for ea40d18
1 file changed
.github/workflows/publish.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: ./.github/workflows/.hatch-run.yml
21
with:
22
job-name: "Publish to NPM"
23
- run-cmd: "hatch run javascript:publish_reactpy_client"
+ run-cmd: "hatch run javascript:publish_client"
24
secrets:
25
node-auth-token: ${{ secrets.NODE_AUTH_TOKEN }}
26
0 commit comments