Skip to content

Commit

Permalink
Fix task name
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
  • Loading branch information
gaiksaya committed Jan 12, 2023
1 parent 291231a commit e24bd4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
run: |
export SONATYPE_USERNAME=$(aws secretsmanager get-secret-value --secret-id maven-snapshots-username --query SecretString --output text)
export SONATYPE_PASSWORD=$(aws secretsmanager get-secret-value --secret-id maven-snapshots-password --query SecretString --output text)
./gradlew --no-daemon publishPublishMavenPublicationToSnapshotRepoRepository
./gradlew --no-daemon publishPublishMavenPublicationToSnapshotsRepository

0 comments on commit e24bd4d

Please sign in to comment.