Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marwin1991 authored Dec 19, 2023
1 parent f30a12b commit bb09a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion valhalla/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def start():

config = get_config("./valhalla.yml")

commit(config.commit_before_release)
commit(config.commit_before_release, token)

create_release(config, version_to_release)

Expand Down

0 comments on commit bb09a47

Please sign in to comment.