Skip to content

Commit

Permalink
Updated publishing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nick committed Nov 16, 2023
1 parent fdb65b7 commit 9bbf42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
echo "$PRIVATEKEY" > ~/key
gpg2 --import --batch ~/key
echo "verify"
mvn install -Dmaven.test.skip=true -Dgpg.passphrase=$GPGKEY
mvn install -Dmaven.test.skip.exec -DskipTests -Dmaven.test.skip=true -Dgpg.passphrase=$GPGKEY
echo "deploy"
mvn clean deploy

0 comments on commit 9bbf42e

Please sign in to comment.