Skip to content

Commit

Permalink
Fix typo in plugin/build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
appujet committed Apr 27, 2024
1 parent bc562d0 commit ff67123
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ publishing {
githubRelease {
token(System.getenv("GITHUB_TOKEN"))
owner("appujet")
repo("jiosavvan-plugin")
repo("jiosaavan-plugin")
targetCommitish(System.getenv("RELEASE_TARGET"))
releaseAssets(tasks.shadowJar.get().outputs.files.toList())
tagName(verName)
Expand All @@ -100,7 +100,7 @@ githubRelease {
|```yml
|lavalink:
| plugins:
| - dependency: "com.github.appujet:jiosavvan-plugin:$verName"
| - dependency: "com.github.appujet:jiosaavan-plugin:$verName"
| snapshot: true
|```
""".trimMargin())
Expand Down

0 comments on commit ff67123

Please sign in to comment.