Skip to content

Commit

Permalink
Fix release publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebemish committed Apr 11, 2024
1 parent d9e21ce commit 7abf6c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,9 @@
"BUILD_CACHE_PASSWORD": "${{ secrets.BUILD_CACHE_PASSWORD }}",
"BUILD_CACHE_USER": "${{ secrets.BUILD_CACHE_USER }}",
"BUILD_CACHE_URL": "${{ secrets.BUILD_CACHE_URL }}",
"SONATYPE_PASSWORD": "${{ secrets.SONATYPE_PASSWORD }}",
"SONATYPE_USER": "${{ secrets.SONATYPE_USER }}",
"GPG_KEY": "${{ secrets.GPG_KEY }}",
"GPG_PASSWORD": "${{ secrets.GPG_PASSWORD }}"
"RELEASE_MAVEN_PASSWORD": "${{ secrets.RELEASE_MAVEN_PASSWORD }}",
"RELEASE_MAVEN_USER": "github",
"RELEASE_MAVEN_URL": "https://maven.lukebemish.dev/releases/"
}
}
]
Expand Down
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ managedVersioning {
needs.add('build')
tag.set('${{needs.build.outputs.version}}')
gradlew 'Publish', 'publish'
mavenCentral()
sign()
mavenRelease('github')
}
}
build_pr {
Expand Down

0 comments on commit 7abf6c8

Please sign in to comment.