2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00

chore(ci): add git status echo; (#5508)

This commit is contained in:
Dmitriy Mozgovoy
2023-01-31 02:11:54 +02:00
committed by GitHub
parent 6ac574e00a
commit 91d6009c43
+3
View File
@@ -38,6 +38,9 @@ jobs:
TYPE_ARG: ${{ fromJSON('{"auto":"", "patch":"--patch", "minor":"--minor", "major":"--major"}')[github.event.inputs.type] }}
BETA_ARG: ${{ github.event.inputs.beta == 'true' && '--preRelease=beta' || '' }}
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
- name: Add contributors list to CHANGELOG.md
run: npm run release:changelog:fix
env: