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 24b1da1 commit b3317e5Copy full SHA for b3317e5
.github/workflows/publish-to-npm.yml
@@ -44,7 +44,7 @@ jobs:
44
uses: changesets/action@v1
45
with:
46
publish: npm run packages:publish
47
- cwd: /home/runner/work/pydantic-forms-ui/frontend
+ cwd: /home/runner/work/pydantic-forms-ui/pydantic-forms-ui/frontend
48
env:
49
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
50
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments