Skip to content

Commit

Permalink
[n ci] fix signing
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebemish committed Mar 26, 2024
1 parent 78c5121 commit 2a550d9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
"concurrency": "ci-${{ github.ref }}",
"on": {
"workflow_run": {
"types": [
"completed"
],
"workflows": [
"Build PR"
],
"types": [
"completed"
]
}
}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@
"BUILD_CACHE_URL": "${{ secrets.BUILD_CACHE_URL }}",
"SONATYPE_PASSWORD": "${{ secrets.SONATYPE_PASSWORD }}",
"SONATYPE_USER": "${{ secrets.SONATYPE_USER }}",
"CURSEFORGE_KEY": "${{ secrets.CURSEFORGE_KEY }}",
"MODRINTH_KEY": "${{ secrets.MODRINTH_KEY }}"
"GPG_KEY": "${{ secrets.GPG_KEY }}",
"GPG_PASSWORD": "${{ secrets.GPG_PASSWORD }}"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ managedVersioning {
tag.set('${{needs.build.outputs.version}}')
gradlew 'Publish', 'publish', 'closeAndReleaseSonatypeStagingRepository'
mavenCentral()
modPublishing()
sign()
}
}
build_pr {
Expand Down

0 comments on commit 2a550d9

Please sign in to comment.