mirror of
https://github.com/tenrok/axios.git
synced 2026-05-30 15:24:11 +03:00
chore(ci): add git diff echo; (#5509)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user