Skip to content

Commit cc2871b

Browse files
authored
Fix create release action (#25)
1 parent f83345b commit cc2871b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/create_release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868

6969
- name: Build
7070
run: |
71+
mvn install -DskipTests
7172
mvn -f kcbq-connector clean package assembly:single@release-artifacts -DskipTests
7273
7374
export tar_file=$(ls ./kcbq-connector/target/ | grep tar)

0 commit comments

Comments
 (0)