Skip to content

Commit

Permalink
Fix GA workflow that publishes Apache Maven artifacts (opensearch-pro…
Browse files Browse the repository at this point in the history
…ject#2625)

Signed-off-by: Andriy Redko <[email protected]>
  • Loading branch information
reta committed Jul 12, 2024
1 parent 8a9b6c3 commit b50ce91
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 @@ -23,7 +23,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: temurin # Temurin is a distribution of adoptium
java-version: 17
java-version: 11
- uses: actions/checkout@v3
- uses: aws-actions/[email protected]
with:
Expand Down

0 comments on commit b50ce91

Please sign in to comment.