Skip to content

Commit 4a44438

Browse files
authored
Merge pull request #97 from workfloworchestrator/fix-show-minus-button
Add debug info
2 parents 33524d5 + 6b9a1ee commit 4a44438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
id: changesets
4444
uses: changesets/action@v1
4545
with:
46-
publish: npm run packages:publish
46+
publish: pwd && ls -al frontend && npm run packages:publish
4747
cwd: /home/runner/work/pydantic-forms-ui/pydantic-forms-ui/frontend
4848
env:
4949
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)