Skip to content

Commit

Permalink
Merge pull request #123 from liquibase/bugfix/sonatype-staging
Browse files Browse the repository at this point in the history
bugfix: set sonatype staging server
  • Loading branch information
jnewton03 authored Oct 25, 2023
2 parents 8f16e57 + 1911c30 commit 229df49
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/extension-release-published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
java-version: '17'
distribution: 'temurin'
cache: 'maven'

# look for dependencies in maven
- name: maven-settings-xml-action
uses: whelk-io/maven-settings-xml-action@v21
Expand Down Expand Up @@ -56,6 +56,16 @@ jobs:
"enabled": "true",
"updatePolicy": "always"
}
},
{
"id": "sonatype-nexus-staging",
"url": "https://oss.sonatype.org/service/local/staging/deploy/maven2/",
"releases": {
"enabled": "true"
},
"snapshots": {
"enabled": "false"
}
}
]
servers: |
Expand Down

0 comments on commit 229df49

Please sign in to comment.