Skip to content

Commit

Permalink
Merge branch 'v2.2' into v2.2-compose-experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
arkivanov committed Nov 17, 2023
2 parents 10d70e1 + 7df29b2 commit a3abbbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
repository-id: ${{ steps.create.outputs.repository-id }}
steps:
- id: create
uses: nexus-actions/create-nexus-staging-repo@v1
uses: nexus-actions/create-nexus-staging-repo@v1.2.0
with:
username: arkivanov
password: ${{ secrets.SONATYPE_PASSWORD }}
staging-profile-id: ${{ secrets.SONATYPE_STAGING_PROFILE_ID }}
staging_profile_id: ${{ secrets.SONATYPE_STAGING_PROFILE_ID }}
description: Created by GitHub Actions
base_url: https://oss.sonatype.org/service/local/
publish:
Expand Down

0 comments on commit a3abbbf

Please sign in to comment.