Skip to content

Commit d90e06b

Browse files
authored
fix: maven deploy call
1 parent 42ceaad commit d90e06b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,5 @@ jobs:
3131
GPG_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
3232
GPG_SECRET_KEYS: ${{ secrets.PGP_PRIVATE_KEY }}
3333
run: |
34-
echo $GPG_SECRET_KEYS | base64 --decode | gpg --import --no-tty --batch --yes
35-
echo $GPG_OWNERTRUST | base64 --decode | gpg --import-ownertrust
36-
mvn clean deploy --settings .mvn/settings.xml -Dgpg.skip=false -Dmaven.test.skip=true -B
34+
echo -e "$GPG_SECRET_KEYS" | gpg --import --no-tty --batch --yes
35+
mvn clean deploy --settings .mvn/settings.xml -Dgpg.skip=false -Dmaven.test.skip=true -B

0 commit comments

Comments
 (0)