2
0
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:
Dmitriy Mozgovoy
2023-01-31 03:14:19 +02:00
committed by GitHub
parent 91d6009c43
commit 4bf50524e2
+1 -1
View File
@@ -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: