Skip to content

Commit cfb69e2

Browse files
committed
Fix check-release workflow
1 parent 0b10ac1 commit cfb69e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
env:
2424
SIGN_KEY: ${{ secrets.SIGN_KEY }}
2525
SIGN_KEY_PASS: ${{ secrets.SIGN_KEY_PASS }}
26+
SONATYPE_TOKEN_PASSWORD: ${{ secrets.SONATYPE_TOKEN_PASSWORD }}
27+
SONATYPE_TOKEN_USERNAME: ${{ secrets.SONATYPE_TOKEN_USERNAME }}
2628
run: |
2729
./mvnw --batch-mode -s .mvn/ci_settings.xml -ntp -DskipTests -DskipPublishing -Prelease
2830
./mvnw license:check-file-header -Dlicense.failOnMissingHeader=true -Pprepare-and-check

0 commit comments

Comments
 (0)