Skip to content

Commit

Permalink
chore(ci): add git diff echo; (#5509)
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalBrainJS committed Jan 31, 2023
1 parent 91d6009 commit 4bf5052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: npm run release -- --ci --verbose --no-git.push --no-git.commit --no-git.tag --no-github $TYPE_ARG $BETA_ARG $DRY_ARG
- name: Show git status
if: failure()
run: git status
run: git status && git diff
- name: Add contributors list to CHANGELOG.md
run: npm run release:changelog:fix
env:
Expand Down

0 comments on commit 4bf5052

Please sign in to comment.