Skip to content

Commit

Permalink
Release 0.1.0-alpha
Browse files Browse the repository at this point in the history
Signed-off-by: David Kornel <[email protected]>
  • Loading branch information
kornys committed Mar 19, 2024
1 parent 92bb822 commit 9c95f15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/scripts/push-to-nexus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ export GPG_TTY=$(tty)
echo $GPG_SIGNING_KEY | base64 -d > signing.gpg
gpg --batch --import signing.gpg

cat ./settings.xml
echo $NEXUS_USERNAME
echo $NEXUS_PASSWORD

GPG_EXECUTABLE=gpg mvn $MVN_ARGS -DskipTests --settings ./settings.xml -P ossrh clean deploy

rm -rf signing.gpg
Expand Down

0 comments on commit 9c95f15

Please sign in to comment.