Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cjayswal authored Feb 18, 2024
1 parent c62b8a0 commit beb7c65
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
java-version: '8'
distribution: 'temurin'
server-id: ossrh
server-id: sonatype-nexus-snapshots
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
#- name: Publish package
Expand All @@ -46,6 +46,10 @@ jobs:
# MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
#- name: Build with Maven
# run: mvn -B verify --file pom.xml
- uses: s4u/[email protected]
with:
sonatypeSnapshots: true
githubServer: false
- id: install-secret-key
name: Install gpg secret key
run: |
Expand Down

0 comments on commit beb7c65

Please sign in to comment.