Skip to content

Commit

Permalink
Merge pull request #8045 from elastic/jasper/backport/8002/4.5
Browse files Browse the repository at this point in the history
[backport] PR #8002 to 4.5
  • Loading branch information
jbudz authored Aug 22, 2016
2 parents 8c99184 + d921b15 commit 73d7dc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/release_packages.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ export default (grunt) => {
'--sign', deb.signatureKeyId,
'--arch', deb.arch,
`--access-key-id=${deb.awsKey}`,
`--secret-access-key=${deb.awsSecret}`
`--secret-access-key=${deb.awsSecret}`,
'--gpg-options=--digest-algo SHA512'
]);
}

Expand Down

0 comments on commit 73d7dc6

Please sign in to comment.