Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
femnad committed Dec 23, 2023
1 parent fce323f commit 6aa0f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def release(version: str):
return

asset_name = build(version)
sh(f'gh release create -n "Release {version}" -t "{version}" "version"')
sh(f'gh release create -n "Release {version}" -t "{version}" "{version}"')
sh(f'gh release upload "{version}" "{asset_name}"')


Expand Down

0 comments on commit 6aa0f56

Please sign in to comment.