Skip to content

Commit

Permalink
debug: print info after failure
Browse files Browse the repository at this point in the history
  • Loading branch information
andykais committed Jun 29, 2024
1 parent 8f032d4 commit 7c90088
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,10 @@ jobs:
with:
path: ${{ env.DENO_DIR }}
key: ${{ hashFiles('deno.lock') }}

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

- if: always()
run: 'echo __LS__ && ls -l && echo __GIT_STATUS__ && git status && echo __GIT_DIFF__ && git diff'

0 comments on commit 7c90088

Please sign in to comment.