Skip to content

Commit

Permalink
dont skip on empty
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp authored Nov 25, 2023
1 parent 1ab17ee commit f467667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
output-file: 'CHANGELOG.md'
skip-version-file: 'true'
skip-commit: 'true'
skip-on-empty: 'true'
skip-on-empty: 'false'
git-push: 'true'

retag-images:
Expand Down

0 comments on commit f467667

Please sign in to comment.