Skip to content

Commit

Permalink
build(doit): task_tag always runs
Browse files Browse the repository at this point in the history
  • Loading branch information
nialov committed Oct 24, 2022
1 parent f924fc5 commit 6b052c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dodo.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,6 @@ def task_tag(tag: str):
create_changelog = "nox --session changelog -- %(tag)s"
return {
ACTIONS: [create_changelog, use_tag],
UP_TO_DATE: [config_changed(dict(create_changelog=create_changelog))],
}


Expand Down

0 comments on commit 6b052c5

Please sign in to comment.