Skip to content

Commit

Permalink
Fix deleting release
Browse files Browse the repository at this point in the history
  • Loading branch information
micbou committed Aug 18, 2018
1 parent 34e1fe7 commit f4eb1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package_llvm.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def UploadLlvm( args, bundle_path ):
GITHUB_ASSETS_URL.format( owner = args.gh_user,
repo = 'llvm',
asset_id = asset[ 'id' ] ),
json = { 'tag_name': version },
json = { 'tag_name': bundle_version },
auth = ( args.gh_user, args.gh_token )
)

Expand Down

0 comments on commit f4eb1bf

Please sign in to comment.