Skip to content

Commit

Permalink
Potential fix for deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
lclc98 committed Dec 3, 2021
1 parent 59d21ec commit 8c1bc8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Release Build
if: startsWith(github.ref, 'refs/tags/v')
run: ./gradlew publishToSonatype closeAndReleaseStagingRepository
run: ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository
env:
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ gradle.taskGraph.whenReady { taskGraph ->
signing {
required { !isSnapshot() }
useGpgCmd()
sign configurations.archives
sign(publishing.publications)
}

tasks.withType(io.github.gradlenexus.publishplugin.InitializeNexusStagingRepository).configureEach {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project_version=1.2.4
project_version=1.2.5
group=com.diluv.schoomp
archivesBaseName=Schoomp
vendor=Diluv

0 comments on commit 8c1bc8f

Please sign in to comment.