Skip to content

Commit

Permalink
Prepare staging-deploy dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Pizzo committed Jul 19, 2024
1 parent 9fb4d9e commit fa7253d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ jobs:
distribution: ${{ env.JAVA_DISTRO }}
cache: maven

- name: 'Prepare Staging for JReleaser'
run: ./mvnw -Ppublication deploy -DaltDeploymentRepository=local::file:./target/staging-deploy -DskipTests

- name: 'Release with JReleaser'
env:
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit fa7253d

Please sign in to comment.