Skip to content

Commit 8c54a45

Browse files
committed
adding maven fix
Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
1 parent 354f44a commit 8c54a45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
push:
66
branches:
77
- main
8-
- '1.3'
9-
- 2.x
8+
- 1.*
9+
- 2.*
1010

1111
jobs:
1212
build-and-publish-snapshots:
@@ -32,4 +32,4 @@ jobs:
3232
export SONATYPE_PASSWORD=$(aws secretsmanager get-secret-value --secret-id maven-snapshots-password --query SecretString --output text)
3333
echo "::add-mask::$SONATYPE_USERNAME"
3434
echo "::add-mask::$SONATYPE_PASSWORD"
35-
./gradlew publishPluginZipPublicationToSnapshotsRepository
35+
./gradlew publishPluginZipPublicationToSnapshotsRepository

0 commit comments

Comments
 (0)