Skip to content

Commit

Permalink
Update publishing actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebemish committed Apr 25, 2024
1 parent 4e0e0fc commit 0964af6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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": {
"workflows": [
"Build PR"
],
"types": [
"completed"
],
"workflows": [
"Build PR"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
},
{
"name": "Publish",
"run": "./gradlew modrinth curseforge",
"run": "./gradlew publishMods",
"id": "publish",
"env": {
"BUILD_CACHE_PASSWORD": "${{ secrets.BUILD_CACHE_PASSWORD }}",
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ managedVersioning {
buildCache()
needs.add('build')
tag.set('${{needs.build.outputs.version}}')
gradlew 'Publish', 'modrinth', 'curseforge'
gradlew 'Publish', 'publishMods'
sign()
mavenCentral()
modPublishing()
Expand Down

0 comments on commit 0964af6

Please sign in to comment.