We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb0c4d commit a8ad21bCopy full SHA for a8ad21b
.github/workflows/build.yml
@@ -11,10 +11,10 @@ jobs:
11
- uses: actions/setup-java@v1
12
with:
13
java-version: 8
14
- env:
15
- SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
16
- SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
17
- name: install
18
run: mvn --settings .github/workflows/mvnsettings.xml install -DskipTests=true -Dgpg.skip -Dmaven.javadoc.skip=true -B -V
19
- name: deploy
+ env:
+ SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
+ SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
20
run: .github/workflows/deploy.sh
0 commit comments