Updated config.yml

This commit is contained in:
2022-06-08 15:00:23 -05:00
parent 26e13126d4
commit 28a9a408e5

View File

@ -43,9 +43,12 @@ jobs:
github_release:
executor: java17
steps:
- run:
- run: |
echo "working dir:"
pwd
echo "listing"
ls -l
mvn -s .circleci/mvn-settings.xml deploy
workflows:
main:
jobs: