Skip to content

Commit 8e88dd3

Browse files
committed
Debug
1 parent 69e3282 commit 8e88dd3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ jobs:
3434
- name: Build binary
3535
run: pnpm run build-bin
3636
working-directory: ./examples/get-started
37-
37+
- name: Run git diff
38+
run: git diff
39+
working-directory: ./examples/get-started
40+
3841
- name: Publish to npm
3942
run: pnpm publish --access public
4043
working-directory: ./examples/get-started

0 commit comments

Comments
 (0)