Skip to content

Commit

Permalink
debug: log what files are "dirty" during publish
Browse files Browse the repository at this point in the history
  • Loading branch information
andykais authored Jun 29, 2024
1 parent 9d1c660 commit 937ef05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ jobs:
with:
deno-version: v1.x

- run: ls -l

- run: git status
- name: Publish package
if: github.ref == 'refs/heads/main'
run: deno publish --allow-slow-types

0 comments on commit 937ef05

Please sign in to comment.