There was an error while loading. Please reload this page.
1 parent 054c055 commit caeaf9dCopy full SHA for caeaf9d
1 file changed
.github/workflows/publish.yml
@@ -12,6 +12,9 @@ jobs:
12
publish:
13
name: Publish to Maven Central
14
runs-on: ubuntu-latest
15
+ env:
16
+ CENTRAL_TOKEN_USERNAME: ${{ secrets.CENTRAL_TOKEN_USERNAME }}
17
+ CENTRAL_TOKEN_PASSWORD: ${{ secrets.CENTRAL_TOKEN_PASSWORD }}
18
steps:
19
- name: Checkout
20
uses: actions/checkout@v4
@@ -25,9 +28,6 @@ jobs:
25
28
server-id: central
26
29
server-username: CENTRAL_TOKEN_USERNAME
27
30
server-password: CENTRAL_TOKEN_PASSWORD
- env:
- CENTRAL_TOKEN_USERNAME: ${{ secrets.CENTRAL_TOKEN_USERNAME }}
- CENTRAL_TOKEN_PASSWORD: ${{ secrets.CENTRAL_TOKEN_PASSWORD }}
31
32
- name: Check release gate
33
id: gate
0 commit comments