Skip to content

Commit

Permalink
chore(ci): add git status echo; (#5508)
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalBrainJS committed Jan 31, 2023
1 parent 6ac574e commit 91d6009
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 91d6009

Please sign in to comment.