mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +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] }}
|
TYPE_ARG: ${{ fromJSON('{"auto":"", "patch":"--patch", "minor":"--minor", "major":"--major"}')[github.event.inputs.type] }}
|
||||||
BETA_ARG: ${{ github.event.inputs.beta == 'true' && '--preRelease=beta' || '' }}
|
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
|
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
|
- name: Add contributors list to CHANGELOG.md
|
||||||
run: npm run release:changelog:fix
|
run: npm run release:changelog:fix
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user