Skip to content

Commit 56ee16b

Browse files
Merge pull request #177 from linked-planet/dev
debugging - publish step now shows uncommited changes (which prevents…
2 parents 0cd38dc + 110a910 commit 56ee16b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/default.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@ jobs:
9696

9797
- name: Build Release
9898
run: pnpm run build:lib
99+
100+
- name: Show uncommitted changes (should be empty)
101+
run: |
102+
git status --porcelain=v1
103+
git diff --name-only
99104
100105
- name: Publish to npmjs
101106
run: pnpm publish --access public

0 commit comments

Comments
 (0)