Skip to content

Commit

Permalink
build: bump TheMrMilchmann/nexus-actions from 1 to 2
Browse files Browse the repository at this point in the history
Bumps [TheMrMilchmann/nexus-actions](https://github.com/themrmilchmann/nexus-actions) from 1 to 2.
- [Release notes](https://github.com/themrmilchmann/nexus-actions/releases)
- [Commits](TheMrMilchmann/nexus-actions@v1...v2)

---
updated-dependencies:
- dependency-name: TheMrMilchmann/nexus-actions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 27, 2023
1 parent a033430 commit 704d052
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
environment: ${{ inputs.environment }}
steps:
- id: create
uses: TheMrMilchmann/nexus-actions/create-staging-repo@v1
uses: TheMrMilchmann/nexus-actions/create-staging-repo@v2
with:
base-url: ${{ vars.SONATYPE_BASE_URL }}
username: ${{ secrets.SONATYPE_USERNAME }}
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
runs-on: ubuntu-latest
environment: ${{ inputs.environment }}
steps:
- uses: TheMrMilchmann/nexus-actions/close-staging-repo@v1
- uses: TheMrMilchmann/nexus-actions/close-staging-repo@v2
with:
base-url: ${{ vars.SONATYPE_BASE_URL }}
username: ${{ secrets.SONATYPE_USERNAME }}
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
environment: ${{ inputs.environment }}
steps:
- name: Release Staging Repository
uses: TheMrMilchmann/nexus-actions/release-staging-repo@v1
uses: TheMrMilchmann/nexus-actions/release-staging-repo@v2
with:
base-url: ${{ vars.SONATYPE_BASE_URL }}
username: ${{ secrets.SONATYPE_USERNAME }}
Expand Down

0 comments on commit 704d052

Please sign in to comment.