We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8afd676 commit e04033aCopy full SHA for e04033a
.github/workflows/publish.yml
@@ -8,8 +8,8 @@ jobs:
8
build:
9
runs-on: ubuntu-latest
10
env:
11
- SONATYPE_USERNAME: ${{ secrets.sonatype_user }}
12
- SONATYPE_PASSWORD: ${{ secrets.sonatype_password }}
+ SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
+ SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
13
steps:
14
- uses: actions/checkout@v1
15
- uses: actions/setup-java@v4
0 commit comments