Skip to content

Commit

Permalink
Add trailing / to moz publish url
Browse files Browse the repository at this point in the history
  • Loading branch information
bijij committed Oct 15, 2019
1 parent 3e2a446 commit c940dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
VERSION_NUMBER=$(jq -r .version manifest.json)
ACCESS_TOKEN=$(jwtgen -a HS256 -s ${CLIENT_SECRET} -c "iss=${CLIENT_ID}" -e 300)
curl -H "Authorization: JTW ${ACCESS_TOKEN}" -g -XPUT --form "[email protected]" "https://addons.mozilla.org/api/v3/addons/${APP_ID}/versions/${VERSION_NUMBER}"
curl -H "Authorization: JTW ${ACCESS_TOKEN}" -g -XPUT --form "[email protected]" "https://addons.mozilla.org/api/v3/addons/${APP_ID}/versions/${VERSION_NUMBER}/"
- name: Deploy to Chrome
env:
Expand Down

0 comments on commit c940dba

Please sign in to comment.