Skip to content

Commit 11a66b4

Browse files
committed
fix(publish): forbidden tags
1 parent 7dcfcd4 commit 11a66b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin-build/plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ gradlePlugin {
4040
version = property("VERSION").toString()
4141
description = property("DESCRIPTION").toString()
4242
displayName = property("DISPLAY_NAME").toString()
43-
tags.set(listOf("plugin", "gradle", "openapi", "changelog", "git"))
43+
tags.set(listOf("openapi", "changelog", "git", "diff"))
4444
}
4545
}
4646
}

0 commit comments

Comments
 (0)