Skip to content

Commit

Permalink
Update deploy.yml to use maven-central profile
Browse files Browse the repository at this point in the history
Signed-off-by: ascopes <73482956+ascopes@users.noreply.github.com>
  • Loading branch information
ascopes authored Aug 5, 2023
1 parent 188f2e6 commit 495176d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ jobs:
run <<-'SCRIPT'
./mvnw -B -e \
-Preleases \
-Darguments='-Preleases -Dmaven.test.skip' \
-Pmaven-central \
-Darguments='-Preleases -Pmaven-central -Dmaven.test.skip' \
-DdryRun='${{ inputs.dry-run }}' \
-Dpassword='${{ secrets.GITHUB_TOKEN }}' \
-DreleaseVersion='${release_version}' \
Expand Down

0 comments on commit 495176d

Please sign in to comment.