Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Syrent committed Jun 4, 2024
2 parents dbc7793 + 1592981 commit 242b152
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
REPO_SAYAN_TOKEN: ${{ secrets.REPO_SAYAN_TOKEN }}
run: ./gradlew build publishPluginPublicationToHangar --stacktrace
- name: Publish to Modrinth
run: ./gradlew publishAllModulesModrinth
run: ./gradlew modrinth
env:
MODRINTH_BUILD_CHANNEL: release
MODRINTH_API_TOKEN: ${{ secrets.MODRINTH_API_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
REPO_SAYAN_TOKEN: ${{ secrets.REPO_SAYAN_TOKEN }}
run: ./gradlew build publishPluginPublicationToHangar --stacktrace
- name: Publish to Modrinth
run: ./gradlew publishAllModulesModrinth
run: ./gradlew modrinth
env:
MODRINTH_BUILD_CHANNEL: beta
MODRINTH_API_TOKEN: ${{ secrets.MODRINTH_API_TOKEN }}
Expand Down

0 comments on commit 242b152

Please sign in to comment.