Skip to content

Commit a919403

Browse files
committed
[skip ci] CI automation
1 parent d368d41 commit a919403

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
java-version: '11'
1414
distribution: 'adopt'
1515
server-id: ossrh
16-
server-username: kilmajster
16+
server-username: MAVEN_USERNAME
1717
server-password: MAVEN_PASSWORD
1818
- name: Build project
1919
run: mvn -B -ntp package
@@ -34,6 +34,7 @@ jobs:
3434
-P ossrh \
3535
clean deploy
3636
env:
37+
MAVEN_USERNAME: kilmajster
3738
MAVEN_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
3839
- name: Build docker init container
3940
run: |

0 commit comments

Comments
 (0)