Skip to content

Commit a9fe36b

Browse files
authored
--release
1 parent dc8a81b commit a9fe36b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
4242
run: |
4343
echo ${{ secrets.SECRET_KEY_FILE_CONTENTS }} > travis_secret_key_txt.gpg
44-
base64 travis_secret_key_txt.gpg > travis_secret_key.gpg
44+
base64 --decode travis_secret_key_txt.gpg > travis_secret_key.gpg
4545
gpg2 --batch --cipher-algo AES256 --passphrase ${{ secrets.SIGNING_KEY_PASSWORD }} travis_secret_key.gpg
4646
echo "RELEASE_VERSION=$(./gradlew -q printVersion)" >> $GITHUB_ENV
4747
./gradlew clean publishToNexus

0 commit comments

Comments
 (0)