Skip to content

Commit

Permalink
Change 2.x maven-publish repo name to be skills and sync with main br…
Browse files Browse the repository at this point in the history
…anch (opensearch-project#166)

Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: yuye-aws <[email protected]>
  • Loading branch information
peterzhuamazon authored and yuye-aws committed Apr 26, 2024
1 parent 362f8c3 commit a013378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build-and-publish-snapshots:
strategy:
fail-fast: false
if: github.repository == 'opensearch-project/agent-tools'
if: github.repository == 'opensearch-project/skills'
runs-on: ubuntu-latest

permissions:
Expand All @@ -24,7 +24,7 @@ jobs:
distribution: temurin # Temurin is a distribution of adoptium
java-version: 21
- uses: actions/checkout@v3
- uses: aws-actions/configure-aws-credentials@v1
- uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.PUBLISH_SNAPSHOTS_ROLE }}
aws-region: us-east-1
Expand Down

0 comments on commit a013378

Please sign in to comment.