Skip to content

Commit

Permalink
another
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfarrell76 committed Jul 9, 2022
1 parent dae72ec commit 32fd4d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/require_package_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ jobs:
- name: Version update detected
if: steps.check.outputs.changed == 'true'
run: 'echo "Version change found! New version: ${{ steps.check.outputs.version }} (${{ steps.check.outputs.type }})"'
- name: Version update undetected
if: steps.check.outputs.changed == 'false'
run: 'echo "No change found"'

0 comments on commit 32fd4d6

Please sign in to comment.