Skip to content

Commit

Permalink
Removed temporary dir after Check changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sagar-1310 committed Aug 3, 2023
1 parent 2144b10 commit b707e1f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,12 @@ jobs:
- name: Check if CHANGELOG is Updated and Abort if not updated
if: steps.set-flag.outputs.file-flag != 'true'
run: |
echo "CHANGELOG not added. Please add the CHANGELOG in the CHANGELOG.md file"
echo "CHANGELOG.md not updated, please update CHANGELOG.md with the changes made in the pull request"
exit 1
- name: Remove copy-repo
if: always()
run: rm -r copy-repo

build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b707e1f

Please sign in to comment.