Skip to content

Commit e615273

Browse files
committed
Another small publishing fix
1 parent 4d3113f commit e615273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Build with Gradle
2929
env:
3030
ORG_GRADLE_PROJECT_centralAuthHeaderName: Authorization
31-
ORG_GRADLE_PROJECT_centralAuthHeaderValue: ${{ secrets.CENTRAL_AUTH_TOKEN }}
31+
ORG_GRADLE_PROJECT_centralAuthHeaderValue: Bearer ${{ secrets.CENTRAL_AUTH_TOKEN }}
3232
run: ./gradlew build publish
3333
- uses: actions/upload-artifact@v4
3434
with:

0 commit comments

Comments
 (0)