We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3b2f47 commit e8c1b47Copy full SHA for e8c1b47
1 file changed
.github/workflows/publish-replicate-models.yml
@@ -45,13 +45,13 @@ jobs:
45
- name: Run Maven to generate Java models
46
run: |
47
cd replicate-models
48
- mvn clean install
+ mvn -B -ntp clean install
49
50
- name: Deploy Maven artifact to GitHub Packages
51
env:
52
VERSION: ${{ github.event.release.tag_name }}-${{ matrix.version.name }}
53
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54
55
56
- mvn versions:set -DnewVersion=$VERSION
57
- mvn deploy
+ mvn -B versions:set -DnewVersion=$VERSION
+ mvn -B deploy
0 commit comments