We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc8a81b commit a9fe36bCopy full SHA for a9fe36b
.github/workflows/main.yml
@@ -41,7 +41,7 @@ jobs:
41
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
42
run: |
43
echo ${{ secrets.SECRET_KEY_FILE_CONTENTS }} > travis_secret_key_txt.gpg
44
- base64 travis_secret_key_txt.gpg > travis_secret_key.gpg
+ base64 --decode travis_secret_key_txt.gpg > travis_secret_key.gpg
45
gpg2 --batch --cipher-algo AES256 --passphrase ${{ secrets.SIGNING_KEY_PASSWORD }} travis_secret_key.gpg
46
echo "RELEASE_VERSION=$(./gradlew -q printVersion)" >> $GITHUB_ENV
47
./gradlew clean publishToNexus
0 commit comments