Skip to content

Commit 12c3b27

Browse files
authored
Update post_build.yaml
1 parent 536fe06 commit 12c3b27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/post_build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727

2828
- name: IKMDEV Post Build Action
2929
id: ikmdev_post_build
30-
uses: ikmdev/maven-post-build-action@test
30+
uses: ikmdev/maven-post-build-action@2.2.0
3131
with:
3232
nexus_repo_password: ${{secrets.EC2_NEXUS_PASSWORD}}
3333
branch_name: ${{github.event.workflow_run.head_branch}}
3434
github_token: ${{secrets.GITHUB_TOKEN}}
35-
maven_central_username: ${{secrets.MC_SECRET_USERNAME}}
36-
maven_central_password: ${{secrets.MC_SECRET_PASSWORD}}
35+
ossrh_username: ${{secrets.OSSRH_TOKEN_USER}}
36+
ossrh_token: ${{secrets.OSSRH_TOKEN_PASS}}
3737
gpg_key: ${{secrets.GPG_KEY}}
3838
gpg_passphrase: ${{secrets.GPG_PASSPHRASE}}
3939
sonarcloud_token: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)