Skip to content

Commit 24b2905

Browse files
authored
Fix handling of fetch_draft_release param (#383)
1 parent 8a50140 commit 24b2905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_releaser/actions/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def make_group(name):
1313

1414
def setup(fetch_draft_release=True):
1515
with make_group("Prepare Environment"):
16-
prepare_environment(fetch_draft_release=True)
16+
prepare_environment(fetch_draft_release=fetch_draft_release)
1717

1818

1919
def run_action(target, *args, **kwargs):

0 commit comments

Comments
 (0)