Skip to content

Commit 1858161

Browse files
committed
Update publishing script for Firefox
Related issue: - uBlockOrigin/uBlock-issues#1809
1 parent 9fbc50f commit 1858161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/firefox/publish-signed-beta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ def get_jwt_auth():
201201
headers = { 'Authorization': get_jwt_auth(), }
202202
data = { 'channel': 'unlisted' }
203203
files = { 'upload': f, }
204-
signing_url = 'https://addons.mozilla.org/api/v3/addons/{0}/versions/{1}/'.format(extension_id, ext_version)
204+
signing_url = 'https://addons.mozilla.org/api/v4/addons/{0}/versions/{1}/'.format(extension_id, ext_version)
205205
print('Submitting package to be signed...')
206206
response = requests.put(signing_url, headers=headers, data=data, files=files)
207207
if response.status_code != 202:

0 commit comments

Comments
 (0)