Skip to content

Commit

Permalink
⚗️ Try to set -default appended version for replicate-models
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGraversen committed Nov 4, 2024
1 parent 188ecdc commit fe3fbdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-maven-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
mvn -B -ntp versions:set -DnewVersion=$VERSION
mvn -B -ntp versions:set -DnewVersion=${VERSION}-default -pl replicate-models
mvn -B -ntp clean install
mvn -B -ntp deploy -pl '!replicate-models'

0 comments on commit fe3fbdd

Please sign in to comment.