Skip to content

Commit

Permalink
Merge branch '2.x' into backport/backport-2274-to-2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
cwperks authored Feb 21, 2023
2 parents 11732c2 + 823739a commit a333212
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,7 @@ on:

jobs:
build-and-publish-snapshots:
strategy:
fail-fast: false
matrix:
jdk: [11, 17]
platform: ["ubuntu-latest", "windows-latest", "macos-latest"]
if: github.repository == 'opensearch-project/security'
runs-on: ${{ matrix.platform }}
runs-on: ubuntu-latest

permissions:
id-token: write
Expand All @@ -27,7 +21,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: temurin # Temurin is a distribution of adoptium
java-version: ${{ matrix.jdk }}
java-version: 11
- uses: actions/checkout@v3
- uses: aws-actions/configure-aws-credentials@v1
with:
Expand Down

0 comments on commit a333212

Please sign in to comment.