Skip to content

Commit

Permalink
fix tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Nazarov committed Oct 7, 2022
1 parent b5482da commit 5549203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-build/plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pluginBundle {
website = property("WEBSITE").toString()
vcsUrl = property("VCS_URL").toString()
description = property("DESCRIPTION").toString()
tags = listOf("plugin", "gradle", "samsung", "publish")
tags = listOf("samsung", "publish")
}

tasks.create("setupPluginUploadFromEnvironment") {
Expand Down

0 comments on commit 5549203

Please sign in to comment.