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 0b10ac1 commit cfb69e2Copy full SHA for cfb69e2
.github/workflows/check-release.yml
@@ -23,6 +23,8 @@ jobs:
23
env:
24
SIGN_KEY: ${{ secrets.SIGN_KEY }}
25
SIGN_KEY_PASS: ${{ secrets.SIGN_KEY_PASS }}
26
+ SONATYPE_TOKEN_PASSWORD: ${{ secrets.SONATYPE_TOKEN_PASSWORD }}
27
+ SONATYPE_TOKEN_USERNAME: ${{ secrets.SONATYPE_TOKEN_USERNAME }}
28
run: |
29
./mvnw --batch-mode -s .mvn/ci_settings.xml -ntp -DskipTests -DskipPublishing -Prelease
30
./mvnw license:check-file-header -Dlicense.failOnMissingHeader=true -Pprepare-and-check
0 commit comments