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.
2 parents 33524d5 + 6b9a1ee commit 4a44438Copy full SHA for 4a44438
.github/workflows/publish-to-npm.yml
@@ -43,7 +43,7 @@ jobs:
43
id: changesets
44
uses: changesets/action@v1
45
with:
46
- publish: npm run packages:publish
+ publish: pwd && ls -al frontend && npm run packages:publish
47
cwd: /home/runner/work/pydantic-forms-ui/pydantic-forms-ui/frontend
48
env:
49
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
0 commit comments