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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and TheMrMilchmann committed Sep 26, 2023
1 parent d344b6e commit 203b448
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 @@ -81,7 +81,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 @@ -133,7 +133,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 All @@ -149,7 +149,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 203b448

Please sign in to comment.