Skip to content

Commit

Permalink
Update maven-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NassimBtk authored Jan 10, 2024
1 parent aa63edd commit 92f5f9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,15 +150,15 @@ jobs:
- name: Perform release to GitHub Packages
id: perform
run: |
mvn -B -U \
mvn -X -B -U \
-P${{ matrix.config.mavenProfile }} \
release:perform \
-Dgoals=deploy \
-DworkingDirectory=$GITHUB_WORKSPACE/target/release \
-DreleaseVersion=${{ inputs.releaseVersion }} \
-DdevelopmentVersion=${{ inputs.developmentVersion }} \
-DreleaseProfiles=${{ matrix.config.mavenProfile }} \
-s $GITHUB_WORKSPACE/settings.xml
-s $GITHUB_WORKSPACE/settings.xml
env:
GITHUB_TOKEN: ${{ github.token }}

Expand Down

0 comments on commit 92f5f9e

Please sign in to comment.