Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
m4dm4rtig4n committed Dec 3, 2022
1 parent 0a578ea commit c49d190
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ def create_release(prerelease=False):
app.LOG.title_error("No problem!")
return False

switch_version(version)

if rebuild_confirm:
app.LOG.log(f"Delete release {version} on remote")
os.system(f"gh release delete {version} -y")
Expand All @@ -175,6 +177,5 @@ def create_release(prerelease=False):
os.system(f"gh release create -t {version} --generate-notes {prerelease_txt} {version}")
app.LOG.log(" => Success")

switch_version(version)

app.LOG.log(f"Release {version} is online!!!!")

0 comments on commit c49d190

Please sign in to comment.