Skip to content

Commit fe3fbdd

Browse files
committed
⚗️ Try to set -default appended version for replicate-models
1 parent 188ecdc commit fe3fbdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-maven-modules.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@ jobs:
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4242
run: |
4343
mvn -B -ntp versions:set -DnewVersion=$VERSION
44+
mvn -B -ntp versions:set -DnewVersion=${VERSION}-default -pl replicate-models
4445
mvn -B -ntp clean install
4546
mvn -B -ntp deploy -pl '!replicate-models'

0 commit comments

Comments
 (0)