Skip to content

Commit

Permalink
Re-order args for ter-client
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-helmich committed Aug 28, 2020
1 parent c64a636 commit f7fc188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/publish-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ unzip ../web2pdf_*.zip -d extension
composer -n init
composer -n require --dev helhum/ter-client 'dev-master#2afdb1a04c0975a31ab4450daed732bc5f84ea7f'

vendor/bin/ter-client upload web2pdf ./extension -u "${TER_USERNAME}" -p "${TER_PASSWORD}" -m "Release version ${VERSION}"
vendor/bin/ter-client upload -u "${TER_USERNAME}" -p "${TER_PASSWORD}" -m "Release version ${VERSION}" web2pdf ./extension

0 comments on commit f7fc188

Please sign in to comment.