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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user