Skip to content

Commit 206519c

Browse files
committed
Really fix DSE7 agent publish
1 parent a59b8e4 commit 206519c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jar-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
</servers>
4141
</settings>
4242
EOF
43-
mvn -q -ff package -DskipTests -P dse
43+
mvn -q -ff package -DskipTests -P dse,dse7
4444
- name: zip-up
4545
run: |
4646
zip jars.zip \

0 commit comments

Comments
 (0)