Skip to content

Commit fc07cdd

Browse files
committed
One last fix maybe?
1 parent 82c83bb commit fc07cdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
env:
3030
ORG_GRADLE_PROJECT_OSSRH_USERNAME: Bearer ${{ secrets.OSSRH_USERNAME }}
3131
ORG_GRADLE_PROJECT_OSSRH_PASSWORD: Bearer ${{ secrets.OSSRH_PASSWORD }}
32-
ORG_GRADLE_PROJECT_centralAuthHeaderName: Authorization
33-
ORG_GRADLE_PROJECT_centralAuthHeaderValue: Bearer ${{ secrets.CENTRAL_AUTH_TOKEN }}
32+
ORG_GRADLE_PROJECT_mainAuthHeaderName: Authorization
33+
ORG_GRADLE_PROJECT_mainAuthHeaderValue: Bearer ${{ secrets.CENTRAL_AUTH_TOKEN }}
3434
run: ./gradlew build publish
3535
- uses: actions/upload-artifact@v4
3636
with:

0 commit comments

Comments
 (0)