Skip to content

Commit 55f97a8

Browse files
committed
More cleanup of tag lock
1 parent 855885f commit 55f97a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_releaser/actions/draft_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
# Do this before bumping the version
3737
curr_dir = os.getcwd()
3838
os.chdir(CHECKOUT_NAME)
39-
os.environ.setdefault("RH_SINCE", get_latest_tag(os.environ["RH_BRANCH"]))
39+
os.environ.setdefault("RH_SINCE", get_latest_tag(os.environ["RH_BRANCH"] or ""))
4040
os.chdir(curr_dir)
4141

4242
run("jupyter-releaser bump-version")

0 commit comments

Comments
 (0)