Skip to content

Commit

Permalink
Changes to (hopefully) publish jar to maven
Browse files Browse the repository at this point in the history
Signed-off-by: Kannan R <[email protected]>
  • Loading branch information
kannangce committed Jan 28, 2025
1 parent 135f7eb commit d49afaa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,7 @@ jobs:
export SONATYPE_PASSWORD=$(aws secretsmanager get-secret-value --secret-id maven-snapshots-password --query SecretString --output text)
echo "::add-mask::$SONATYPE_USERNAME"
echo "::add-mask::$SONATYPE_PASSWORD"
# For zip
./gradlew publishPluginZipPublicationToSnapshotsRepository
# For jar
./gradlew publishNebulaPublicationToSnapshotsRepository

0 comments on commit d49afaa

Please sign in to comment.