Skip to content

Commit

Permalink
Update .github/workflows/maven-publish.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Rupal Mahajan <[email protected]>

Co-authored-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
rupal-bq and Yury-Fridlyand authored Feb 21, 2023
1 parent 4786495 commit 8647e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ 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"
./gradlew publishPluginZipPublicationToSnapshotsRepository
./gradlew publishPluginZipPublicationToSnapshotsRepository

0 comments on commit 8647e41

Please sign in to comment.