Skip to content

Commit

Permalink
ci: added exit 1
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeet-joy_xero committed Oct 22, 2024
1 parent 31e0cd5 commit 7e46581
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
- name: Fail job if status is Failure
if: ${{env.packagist_status == 'failure'}}
run: |
echo "Job failed because packgist is not updated"
echo "Job failed because packgist is not updated"
exit 1
- name: Send slack Notification on Success
if: ${{ env.packagist_status == 'success' }}
Expand Down

0 comments on commit 7e46581

Please sign in to comment.