Skip to content

Commit a470e60

Browse files
authored
build: dump out dirty files during publish (#235)
1 parent af4882e commit a470e60

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
bundler-cache: true
1919
ruby-version: 3.2
2020

21-
- name: Install dependencies
22-
run: bundle check || bundle install --jobs=4 --retry=3
21+
- name: Debug git status
22+
run: |
23+
git status
24+
git status --porcelain
2325
2426
- uses: rubygems/release-gem@v1

0 commit comments

Comments
 (0)