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 Jul 4, 2024
2 parents ea10085 + e94ef53 commit 5a991cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
env:
HANGAR_API_TOKEN: ${{ secrets.HANGAR_API_TOKEN }}
HANGAR_BUILD_CHANNEL: Release
HANGAR_CHANGELOG: ${{ github.event.release.body }}
# HANGAR_CHANGELOG: ${{ github.event.release.body }}
REPO_SAYAN_USER: ${{ secrets.REPO_SAYAN_USER }}
REPO_SAYAN_TOKEN: ${{ secrets.REPO_SAYAN_TOKEN }}
run: ./gradlew build publishPluginPublicationToHangar --stacktrace
Expand All @@ -56,7 +56,7 @@ jobs:
env:
MODRINTH_BUILD_CHANNEL: release
MODRINTH_API_TOKEN: ${{ secrets.MODRINTH_API_TOKEN }}
MODRINTH_CHANGELOG: ${{ github.event.release.body }}
# MODRINTH_CHANGELOG: ${{ github.event.release.body }}
REPO_SAYAN_USER: ${{ secrets.REPO_SAYAN_USER }}
REPO_SAYAN_TOKEN: ${{ secrets.REPO_SAYAN_TOKEN }}

0 comments on commit 5a991cd

Please sign in to comment.