Skip to content

Commit

Permalink
Downgrade create-nexus-staging-repo to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arkivanov authored Nov 17, 2023
1 parent d16bbc9 commit 7df29b2
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 7df29b2

Please sign in to comment.