Skip to content

Commit f6e6191

Browse files
committed
Another attempt at publishing again
1 parent 479af6e commit f6e6191

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_and_publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
java-version: '8'
2828
- name: Build with Gradle
2929
env:
30-
centralAuthHeaderName: ${{ secrets.CENTRAL_AUTH_TOKEN }}
30+
ORG_GRADLE_PROJECT_centralAuthHeaderName: Authorization
31+
ORG_GRADLE_PROJECT_centralAuthHeaderValue: ${{ secrets.CENTRAL_AUTH_TOKEN }}
3132
run: ./gradlew build publish
3233
- uses: actions/upload-artifact@v4
3334
with:

0 commit comments

Comments
 (0)