Skip to content

Commit

Permalink
increase publishing timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
iLubenets committed Feb 4, 2021
1 parent 00bc8d6 commit 794992b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-ci-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
echo '${{secrets.GPG_KEY_CONTENTS}}' | base64 -d > encryoted_key.gpg
gpg --quiet --batch --yes --decrypt --passphrase="${{secrets.SECRET_PASSPHRASE}}" --output key.gpg encryoted_key.gpg
- name: Publish
run: ./gradlew build publish -Psigning.secretKeyRingFile=key.gpg -Psigning.keyId=${{secrets.SIGNING_KEYID}} -Psigning.password=${{secrets.SIGNING_PASSWORD}} -PossrhUsername=${{secrets.SONATYPE_USERNAME}} -PossrhPassword=${{secrets.SONATYPE_PASSWORD}} -PreleaseVersion=${{GITHUB_REF:11}} -Dhttp.socketTimeout=300000 -Dhttp.connectionTimeout=300000
run: ./gradlew build publish -Psigning.secretKeyRingFile=key.gpg -Psigning.keyId=${{secrets.SIGNING_KEYID}} -Psigning.password=${{secrets.SIGNING_PASSWORD}} -PossrhUsername=${{secrets.SONATYPE_USERNAME}} -PossrhPassword=${{secrets.SONATYPE_PASSWORD}} -PreleaseVersion=${GITHUB_REF:11} -Dhttp.socketTimeout=300000 -Dhttp.connectionTimeout=300000

0 comments on commit 794992b

Please sign in to comment.