We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 308e562 commit 2bda473Copy full SHA for 2bda473
.github/workflows/maven-publish.yml
@@ -7,6 +7,7 @@ on:
7
- 'main'
8
- '1.*'
9
- '2.*'
10
+ - 'task/publish-resource-sharing-spi'
11
12
jobs:
13
build-and-publish-snapshots:
@@ -36,3 +37,4 @@ jobs:
36
37
./gradlew --no-daemon :opensearch-security-common:publishMavenJavaPublicationToSnapshotsRepository
38
./gradlew --no-daemon :opensearch-security-client:publishMavenJavaPublicationToSnapshotsRepository
39
./gradlew --no-daemon publishPluginZipPublicationToSnapshotsRepository
40
+
0 commit comments