Skip to content

Commit

Permalink
Revert "chore: test emtpy string output"
Browse files Browse the repository at this point in the history
This reverts commit ae5f000.
  • Loading branch information
bennetrr committed Mar 28, 2024
1 parent ae5f000 commit 5084c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ def main() -> None:

set_github_output('version', new_version)
set_github_output('version-name', new_version_tag_name)
set_github_output('previous-version', '')
set_github_output('previous-version', previous_version or '')
set_github_output('previous-version-name', previous_version_tag_name)
set_github_output('has-changes', str(has_changes).lower())

Expand Down

0 comments on commit 5084c49

Please sign in to comment.