Skip to content

Commit d368d41

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
distribution: 'adopt'
1515
server-id: ossrh
1616
server-username: kilmajster
17-
server-password: ${{ secrets.OSSRH_PASSWORD }}
17+
server-password: MAVEN_PASSWORD
1818
- name: Build project
1919
run: mvn -B -ntp package
2020
- name: Get the tag name
@@ -33,6 +33,8 @@ jobs:
3333
-Dgpg.passphrase=${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }} \
3434
-P ossrh \
3535
clean deploy
36+
env:
37+
MAVEN_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
3638
- name: Build docker init container
3739
run: |
3840
docker build \

0 commit comments

Comments
 (0)