Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samypr100 committed Sep 10, 2023
1 parent 2dc7be7 commit 7aa50d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
with:
java-version: ${{ matrix.jdk-version }}
distribution: 'temurin'
server-id: 'ossrh' # id nexus-staging-maven-plugin
server-username: OSSRH_USERNAME # env name for nexus-staging-maven-plugin user var
server-password: OSSRH_PASSWORD # env name for nexus-staging-maven-plugin pass var

- name: Set Up Maven
uses: stCarolas/[email protected]
Expand Down

0 comments on commit 7aa50d8

Please sign in to comment.