Skip to content

Commit b6f557c

Browse files
committed
ci: Debug print files.
1 parent dc888fe commit b6f557c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
github-token: ${{ secrets.GITHUB_TOKEN }}
2020
run-id: ${{ github.event.client_payload.artifacts_run_id }}
2121
- name: Publish
22-
run: npm publish
22+
run: |
23+
ls -laR .
24+
npm publish
2325
env:
2426
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)